Memory Pool Memory Pool Refreshing

6,843 transactions
2.36 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,364 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (514,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
393,457 393,457 000000000000000006479b1d342159d8602976ad70880d44efbd78ad4aa90aee 1.00 MB 1,087 22
393,456 393,456 000000000000000005b94c8fdedcb5598fed7593f8eeabfcbdc9f61006ff20b6 0.99 MB 1,293 25
393,455 393,455 0000000000000000060272947f0ff496acd6572a17603b606cb11aa2ff550c21 0.75 MB 1,744 41
393,454 393,454 000000000000000007ad5749b5d5abff0f22e81fc6c8c5dc7899aab82f586f9d 0.93 MB 2,099 34
393,453 393,453 000000000000000002c48ea082a59ceac0286d41a6220627e33cebf3ccdadb7c 0.75 MB 1,586 39
393,452 393,452 000000000000000003c983a0e14c89f05a1a4f32a1254c08e0a0182dfca66e25 1.00 MB 2,880 56
393,451 393,451 000000000000000001c9d05cc7762055903577f6bcd9b8c18a34bda34b77b080 0.93 MB 1,497 20
393,450 393,450 00000000000000000130ae11e1339a5a5f4288a0b6116d77253061558a4b5416 0.95 MB 2,810 59
393,449 393,449 000000000000000008060aa96648890b10b35030ff3217ab3e5c14b86b809a74 0.99 MB 1,380 25
393,448 393,448 0000000000000000006945ccc391c0e25d1d567b1f35390019830e5dc5888e15 0.93 MB 1,536 21
393,447 393,447 000000000000000001a0b091ddcd0cf09eac39a14fd586e9cf42e20a68e57028 0.00 MB 2 0
393,446 393,446 0000000000000000028f802ffcb676e593e887c462eccef18ca544541eb45f45 0.99 MB 2,364 60
393,445 393,445 000000000000000005eb4339252142050d4a1c0e4d3b0ac255d1a0b43d4a08be 1.00 MB 2,307 28
393,444 393,444 000000000000000005183111ae30f7c5b69ebce76a187c7535457aaed67bd9d0 0.95 MB 2,525 58
393,443 393,443 0000000000000000077138fa4ad44d06838b4d2812794b2335349f3fe5aadb7a 0.95 MB 2,031 41
393,442 393,442 00000000000000000959be86b5f111d0ec83bcf5b1312c73d1f06bdeb5ddd2f7 0.93 MB 1,449 31
393,441 393,441 0000000000000000082599be00bde6aca271d20c771542738343f3c940da7939 0.95 MB 1,923 31
393,440 393,440 000000000000000002edbd1252e84813b7e7996a08612e8200ece886cb2246b8 0.75 MB 1,785 41
393,439 393,439 000000000000000007711664242b20e9cdf247b4cbbece7e9d5fa36c4f8dd761 0.93 MB 2,613 45
393,438 393,438 00000000000000000371380fd61a78ce78255c251178d577b45f627171e2b9e1 0.93 MB 2,470 86
393,437 393,437 0000000000000000038ee60588e1ab275b2ff11cb8f4269fec711f1afd6f500d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.29 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,642.54 GB sent, 94.39 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.