Memory Pool Memory Pool Refreshing

3,739 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,557 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (308,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
599,086 599,086 000000000000000000133688268e76a7ddbaa92e8acbd11d35c069501c1b170f 0.28 MB 773 14
599,085 599,085 0000000000000000001510cc07a30185c1288da1b08564d250ddda163207a191 1.50 MB 2,162 4
599,084 599,084 0000000000000000000c48ed3cd7b7b76b7fb3494bd0c7ee7b5d522425d51de8 1.31 MB 3,067 21
599,083 599,083 00000000000000000013d6782eb500690bd46342ea3b4a7bc97a2898bf0c9374 1.20 MB 2,531 7
599,082 599,082 0000000000000000000cf352e7cf5e58f44432a2aacadf2472932a5139677553 1.30 MB 2,911 35
599,081 599,081 00000000000000000001818e06ded2c3b5a02142bf644ce13583ee03904d865a 1.25 MB 3,041 6
599,080 599,080 00000000000000000010f1d054fe284066dcfff80c65fac6afdf8709a4fcc515 1.33 MB 3,237 28
599,079 599,079 000000000000000000024a3b5452be400d47fc4df1e1281e2519d4d5483fbff8 1.25 MB 3,233 15
599,078 599,078 0000000000000000000f7780dc2c42710f3293bf531a7a54eee602c11d4d170b 1.33 MB 2,988 36
599,077 599,077 000000000000000000041322f54ab7b68fbb351694c76a6d902dbe396ff45613 0.26 MB 832 1
599,076 599,076 0000000000000000000b7f37f56f5568af864fe03ab6ca1dedf5ad6cabaf994f 1.27 MB 2,907 12
599,075 599,075 00000000000000000011f5073418f88c8b8183828a4f617a5e150494b36b1842 1.32 MB 2,586 37
599,074 599,074 0000000000000000000ad7cd3110da0e953438fe0181d3ca6af224ae8837bbff 1.44 MB 3,175 13
599,073 599,073 00000000000000000001005a4bb3a1b295656156eee1fdcf3805f860c6ff646d 1.30 MB 2,915 17
599,072 599,072 000000000000000000102c1a8ca65f0792aa48d5e3162b17484f4f64c4b2b614 1.14 MB 2,942 6
599,071 599,071 0000000000000000000562306ee6828b3e299ce77b895c89f262e7e7099d1ee8 1.38 MB 3,176 25
599,070 599,070 00000000000000000001870a5a5f2a9cabee85c92ac862411a1f5818a0f605df 1.34 MB 2,928 34
599,069 599,069 00000000000000000003c798f8dfe68ff0d813b5ee3126376385cf289643f62b 1.29 MB 3,326 23
599,068 599,068 0000000000000000000a9730dbb0535c3b227954c0931db0a8cefb9321b96994 1.31 MB 3,030 18
599,067 599,067 0000000000000000000affcdf81810c18f6acb1b606a0e1249e132829b19fb64 1.35 MB 2,640 40
599,066 599,066 000000000000000000153a21ef9fad22d4c2b04cee7df6da7c2ff217ad476a1c 0.06 MB 169 23
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.