Memory Pool Memory Pool Refreshing

29,510 transactions
11.29 vMB
Show Random Selection Loading Transactions
Max Size: 60/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
14 sats/vbyte 2
14 sats/vbyte 3
7 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
905,879 000000000000000000023aa60000000000000000000000000000000000000000 1.00 vMB 2,863 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 905,878 (697,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,900 207,900 0000000000000313b5eb3157b8167941e0317068d8befbb1a5fceb4836f08398 0.08 MB 199 161
207,899 207,899 00000000000000e1c4e8816a4c26bbda61fea47abd066ed1ae8007b9348c7604 0.05 MB 120 188
207,898 207,898 00000000000002c406ca029853a6267a4e6ef6d79fd865b5c0f4116fa5c6acfd 0.05 MB 116 205
207,897 207,897 000000000000043dfe2ba32eff6c0e9902ba78f0bf80afab71ab12de1e7ad1bf 0.03 MB 21 14
207,896 207,896 000000000000017e9cf5198cbfd2a37b67726d113183aecc366db5ea7fdbd572 0.02 MB 35 117
207,895 207,895 00000000000002999d51a5fb63e9af58e39f3d5981348736a0958f677f1af0d3 0.03 MB 69 174
207,894 207,894 000000000000034918305491ecf794005431d0d40303c73fc6a67f1b18a928cf 0.01 MB 26 197
207,893 207,893 00000000000002871334f2387a9ba9e6a7f4bd2a9966c39614d01853d1897b6c 0.02 MB 53 159
207,892 207,892 000000000000017065f7c17900854159fd90718f9aea22ed77648671127af25c 0.06 MB 149 121
207,891 207,891 00000000000002b275b81f3e48af96db1630564768802e3467490bf231e2946c 0.00 MB 14 225
207,890 207,890 00000000000003762565db7c7fe03770fcd1281a1aed013139de63f60fb044f0 0.14 MB 237 139
207,889 207,889 000000000000006bc1291c1bd49cf7943264c9accdc83ecfdbeb0ba8849406fd 0.00 MB 8 0
207,888 207,888 00000000000002db73516f937742c23a37d1a1352080b6975e23345f7ffda6d6 0.01 MB 13 320
207,887 207,887 00000000000000ff02ddcc35ebe4e1e9481f59d974e6c25f1612a8f81f5d1840 0.00 MB 11 181
207,886 207,886 00000000000000ed8fe9a6dca76f107fd1f2250799cbede8598f8a33eda03a20 0.05 MB 141 186
207,885 207,885 000000000000007e71ba4987f001212fc07f236ee6436332a62e6609a1e9bd40 0.16 MB 285 58
207,884 207,884 00000000000002e59f219894ebe8359989fb872f86efa51c6486c042301b51ba 0.03 MB 54 355
207,883 207,883 00000000000003eb49283a1ffc48addae1c421cb91b3b0ce174964f9145458d1 0.15 MB 383 228
207,882 207,882 000000000000012f84388991ca1260931c54eab778cc72c6b1c627159d5e4523 0.00 MB 12 0
207,881 207,881 000000000000036547163a0c1877879c33857aac09771953ca0af147a60bb186 0.14 MB 293 149
207,880 207,880 0000000000000204ba3f500f01ca6ca11e9ca1372f9ec4250ca4179f8a57c800 0.11 MB 116 74
Previous 10 blocks ↓
Total Size: 765.71 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,363.87 GB sent, 75.91 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.