Memory Pool Memory Pool Refreshing

2,338 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,816 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,895 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,815 (795,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,101 112,101 00000000000051cb98cefa08793c82793250912ea8e584a135b6843513af9605 0.02 MB 8 1,000
112,100 112,100 00000000000085b2a8a700a118628a907e81c2fd8886ae9176fcf605d8149560 0.00 MB 7 2,706
112,099 112,099 00000000000065b550392395fe2f9c47f687a5ad11f6f7750202e68199b0f949 0.00 MB 2 4,464
112,098 112,098 000000000000279663769c3ef2b1f2c36437cdd1b4d6ce330c7e39041a99a3c4 0.00 MB 3 2,070
112,097 112,097 00000000000092db7a416b1c2dda0368ace7a380a5a5ad1b4e8a6a5a86242a22 0.00 MB 9 1,359
112,096 112,096 0000000000003ae28410d6e235c69d203c9e8177eb5932bc0e8903fe49b0bfa9 0.00 MB 2 0
112,095 112,095 0000000000006fd2674a39fe3035b8cf93d26eab58455d60bdf79171a2f9462e 0.00 MB 1 0
112,094 112,094 00000000000000b901e3670c81e524a262fd061dc2bb6536998eb0d3f482e363 0.00 MB 3 1,937
112,093 112,093 0000000000002d35adca518ab60b9ebb503e45d3d6ca39ed2cb6bccd930955af 0.00 MB 2 0
112,092 112,092 000000000000f443800aab025755c397eabf8b78dc8f9c7fa29b24de2135ee73 0.00 MB 5 0
112,091 112,091 000000000000ddffe5170a710d85aeb91f42a70a6f86f3b1e7305f2c44d79963 0.01 MB 10 381
112,090 112,090 0000000000011fe3a869063ceb6747c704a3305414bbcc36938273005c065996 0.00 MB 7 660
112,089 112,089 000000000000ee8001a9963254426b5c816e0f012f637a79487ff512040f1348 0.00 MB 12 677
112,088 112,088 000000000000d5ce72931030ba808bfbea02720415c7b353aff4273b204008ec 0.01 MB 35 114
112,087 112,087 000000000000bd78d1162b5579b95946b33c6b1b1cc6cdce84f61e260c41ba03 0.00 MB 12 0
112,086 112,086 000000000000600dcf793334a132ceab3cf2058638f257b0a6a7ce22d8504d2a 0.01 MB 32 238
112,085 112,085 0000000000011d7496717516ad65000126f6c628f4dda19ae30ee0073d8304de 0.04 MB 6 0
112,084 112,084 000000000000877f162d285816fff056940104f14913bc5a7342231a2195402c 0.00 MB 6 1,179
112,083 112,083 000000000000a4fd02c293045593086be61f876e375c075339598468fa58db9b 0.00 MB 6 3,881
112,082 112,082 0000000000009a8cf5d6bc57d0292bb0e12bf44f7b7baa654d672f01549340cc 0.00 MB 2 0
112,081 112,081 0000000000003812c1744121dd7d868de1fb4ba1432a1685da94032436390f42 0.00 MB 2 3,891
Previous 10 blocks ↓
Total Size: 769.19 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,633.69 GB sent, 93.89 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.