Memory Pool Memory Pool Refreshing

885 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,449 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 868 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,448 (901,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,338 7,338 00000000c87118e10550898d7bb5fa84ad898e0572198b8eeefbb05a05f39ec0 0.00 MB 1 0
7,337 7,337 00000000c2a00ff270374743214dc1a3191781d9481fa61c80c77b4321fefe03 0.00 MB 1 0
7,336 7,336 00000000188a13c1bfb71ef32a6f43fd5215e329d66a9106f0fe2e51de8b3a0a 0.00 MB 1 0
7,335 7,335 0000000013c6c49df5be068f2cdb65de63bde211c7ad02e5407ce045843b0ad6 0.00 MB 1 0
7,334 7,334 000000004ae42a08f18ecfb1ce1092cf3c6834be290c0ea1096be8a1625c9187 0.00 MB 1 0
7,333 7,333 000000008a487ac5d4af04a5452e7b5f68143eaa0ce93b8cc3984a8cf619e702 0.00 MB 1 0
7,332 7,332 00000000e1cb38cae3a27e65008e52e85db2ac6740d9a0cd688d3e60c63d3bf4 0.00 MB 1 0
7,331 7,331 000000008bf505f49f33af506c8a750ed8ce042f80d0fe8ab43bbc1d04c8f98b 0.00 MB 1 0
7,330 7,330 00000000ae08d138a4c79e46621c213ae9aa0e495d71b4adefa3b7061d8438f0 0.00 MB 1 0
7,329 7,329 00000000fc6277e0756dca8d31e33b9f2541ffc0fc1bd4a7a5e17fde998e4021 0.00 MB 1 0
7,328 7,328 0000000051fa1fdf351a2caaedfbf79912934561ab009b9ed6e287bf41299f9b 0.00 MB 1 0
7,327 7,327 0000000036ba5f0892f8e538f8e11bb525368921c0da9a972fc351bee24695a6 0.00 MB 1 0
7,326 7,326 00000000d4b08aca34609811875a3c8f9570c00e9763baea6c4d640a418ce7bc 0.00 MB 1 0
7,325 7,325 00000000c041cb35fa7c3f2f8a71cd3ed85838d21cdfe93aee6d48a131e9866f 0.00 MB 1 0
7,324 7,324 00000000354d483f419e60e7ff916d057431715b2bc8d9361e6f66d8818b5ebe 0.00 MB 1 0
7,323 7,323 00000000a14daac133dac89bb7686b49713fdcd784b951afe0863ae6d36944f4 0.00 MB 1 0
7,322 7,322 00000000747689ddda175fd7d4153a8f9066c4fb4c9e8799c302814d1a1b678f 0.00 MB 1 0
7,321 7,321 0000000071b1c0b324d78aeba8ba45cf79b02418572c93a66af8ab6b94c9dfbb 0.00 MB 1 0
7,320 7,320 00000000316a89cc10bd7218f681b36ca5b9e761c0438e2617dc4fb8a1c65c8b 0.00 MB 1 0
7,319 7,319 000000001326764b4bc72d992b3361606326b201ed99fc42609afec79c18ae28 0.00 MB 1 0
7,318 7,318 00000000e0bbdd572a72c9c8b5498e93354bba77e83ab0b345596845d706ea51 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.82 GB sent, 99.72 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.