Memory Pool Memory Pool Refreshing

19,142 transactions
6.10 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (422,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
485,615 485,615 000000000000000000e79872cc7fcf2f6a6c245694dbe2427a4c1d221eb6ec87 0.46 MB 1,057 79
485,614 485,614 0000000000000000007ac03b9ff3a72ed78ddb1a39d39b8c5e2dd527b13389f9 0.29 MB 646 92
485,613 485,613 000000000000000000860bb1631042320c973899652b665d213de3c34fddc39e 0.65 MB 1,469 90
485,612 485,612 00000000000000000095887dbad03519ad559db136aa2ed2246672d728b33209 0.01 MB 27 399
485,611 485,611 000000000000000000d98025be91f36fbd565244db7cef3d3ceff233f32cb04e 0.11 MB 139 61
485,610 485,610 0000000000000000001b997dcb64ef4a14b31eb8160f3d8064b486e5334f1ca4 0.91 MB 1,601 85
485,609 485,609 00000000000000000036f44722fd561d12e6a2953f64e42ae805e67814a649c0 0.04 MB 98 101
485,608 485,608 00000000000000000092d718c2df7ecd77afcfb0d34dccfcd7dad9eaead2bda4 0.16 MB 266 103
485,607 485,607 0000000000000000005478f10a75595b9e165146f6dbf798871671bb0b41f8f6 0.79 MB 1,251 84
485,606 485,606 000000000000000000c3a170059a07943fe7103b92131aeb623c1c96d970964d 1.00 MB 1,919 97
485,605 485,605 00000000000000000123b9dcfc42d4c7d82a90e52fc4882b0c71fa8804ee28b3 0.44 MB 587 69
485,604 485,604 0000000000000000007f3cd8b4da516af90a714091d518f3bc720e941d1b3e24 1.01 MB 2,233 16
485,603 485,603 000000000000000000e6795c1ad37b70d2ce4018c69e90b768b604951b027ed6 1.01 MB 1,728 110
485,602 485,602 000000000000000000714ccc9ce3a24ee7151a56256376568f132edc3c891c06 1.01 MB 2,101 110
485,601 485,601 0000000000000000005e7e1c2155336e2e5c0813770cd6be3e0dd6546627eb56 1.01 MB 2,175 100
485,600 485,600 000000000000000000d912431a727346f2bfe56cbd67f93b839f928706cf756a 1.00 MB 2,027 191
485,599 485,599 0000000000000000012a7227a68bb0e8ee7f1f2f3b0af79dec6f98ecfdcca4f6 0.82 MB 1,905 74
485,598 485,598 0000000000000000005ff390bcf50b764015148de5768a060c6944cc9e5d4622 1.02 MB 2,453 144
485,597 485,597 00000000000000000124d39da327f8a15adb2ae29d682f06a81587d32228b386 0.75 MB 655 104
485,596 485,596 000000000000000000704aaebf6bfed59125cdf09f855716612530bd03996e4c 0.99 MB 1,418 28
485,595 485,595 000000000000000000ef266d2f022121ef28d217e150cb5f843eba190f2de278 1.00 MB 2,180 104
Previous 10 blocks ↓
Total Size: 769.02 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,624.45 GB sent, 92.99 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.