Memory Pool Memory Pool Refreshing

3,778 transactions
1.85 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,357 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (33,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
874,545 874,545 00000000000000000002b3a05407545b14ef123fed730b29af59a00640181870 1.58 MB 3,157 14
874,544 874,544 00000000000000000000697b89b84e96cc9b57cf49f03c4ba416e613920d3a96 1.57 MB 3,028 6
874,543 874,543 00000000000000000000cd01a18ea819b11cffbb74dac3d26f624d4d3c7452df 1.62 MB 3,389 12
874,542 874,542 0000000000000000000122f511ac24df3d6c3a5d8ed15eb519da524fe9b49fac 1.42 MB 2,508 6
874,541 874,541 00000000000000000000fe55e73a23e2b72dc5f20f862552989d9321e5e5ca0a 1.64 MB 3,750 8
874,540 874,540 0000000000000000000169070f8f0650ed43a83e1b22b99542c216c5933682ce 0.00 MB 1 0
874,539 874,539 000000000000000000001c376e9eb24284174e3b1b3338752a6c5f1edfe1c21c 1.57 MB 3,670 10
874,538 874,538 000000000000000000026538f8792b62ddac7e6fcd9828cd1aacfaae6394d4b9 1.58 MB 3,244 15
874,537 874,537 00000000000000000001893c6881932c9535a1396e034b07143796d1e867ec07 1.65 MB 2,721 11
874,536 874,536 000000000000000000029a6916617a65191da870d6c51a44118a2bceb841a082 1.63 MB 3,858 5
874,535 874,535 0000000000000000000272de70948c03d632a6e2828a417c2f8f44c3702d875b 1.71 MB 2,246 6
874,534 874,534 00000000000000000000e885bc737b9967ba5965e648f1d71aa146d4c4620c7f 1.61 MB 3,924 8
874,533 874,533 0000000000000000000297b64a98cfd0fe92935afb5f47f8338d99fe154cb376 1.69 MB 3,507 5
874,532 874,532 00000000000000000000b0d5215fbcb36aa59f87fcb0a0a0a8af8bae9ad7fdd2 1.37 MB 1,683 5
874,531 874,531 00000000000000000001e9dd157b01db1969157ffdbf6aeb1fbebf49ab045554 1.56 MB 2,002 7
874,530 874,530 000000000000000000018f930b2ad252128d019c11cc846f416f19e78e42a60d 1.52 MB 3,022 6
874,529 874,529 00000000000000000001dd59c202701e92c5b6dae92eb61d32ffc2194dfff808 1.58 MB 3,617 6
874,528 874,528 00000000000000000000259f51579df0404c534d72e42592037654db9c84969f 1.76 MB 3,697 4
874,527 874,527 000000000000000000027ef338f862ac8a82c17189ac6f8bd6a047e80dc49a29 1.53 MB 2,712 5
874,526 874,526 0000000000000000000264e7772471cd3f5be6741033165c0081ac116c02994b 1.61 MB 3,804 6
874,525 874,525 000000000000000000026a4c23e9dbba99b20cc3be3180037f2425a82bcb0477 1.21 MB 1,172 4
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.47 GB sent, 93.12 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.