Memory Pool Memory Pool Refreshing

1,063 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.33 vMB 1,049 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (759,962 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
147,825 147,825 0000000000000943a6f1622c834a00232d36886d738946998f00ca1e5cc6daf5 0.02 MB 39 359
147,824 147,824 00000000000000969d930ebaba995319669adc6d55cc2d927db8f46ae5f1d158 0.00 MB 12 88
147,823 147,823 00000000000008039462f63d8d2d85a5e47935ee624fc66ce7135185335081ec 0.02 MB 53 81
147,822 147,822 000000000000039c68c2b3fc68a4661081e2ce96b26536cee00e02492d11cec9 0.04 MB 63 136
147,821 147,821 00000000000007223dc93271800ae39002ca4b4bcd2d9f97d8bc550b41ba940a 0.01 MB 31 11
147,820 147,820 0000000000000695801a55b4c6af58a64283a77847c598cc7bbe556453c6fd0b 0.01 MB 26 288
147,819 147,819 000000000000015c626f2b72b65767ea03e0c6c4bec75bda9dab4897aa593849 0.00 MB 10 30
147,818 147,818 0000000000000133147ead957429b86ba389cec8e00f307fee66fa7032643c76 0.01 MB 22 220
147,817 147,817 00000000000001da4c2ed7478ca83ed4d66b44a3c62fcfc81aa13d65dc79de03 0.03 MB 102 170
147,816 147,816 00000000000007fa600f223da8c45d05030ebfc0fbeb854dd93f4185a6f191a6 0.01 MB 36 519
147,815 147,815 000000000000061b793751dab95b5860c6ceb3b454ccc21acbc7df22145a9535 0.02 MB 41 305
147,814 147,814 000000000000043e274aadeabd745ef41aadf2ddc5fdd4f077dd9ea225240a0e 0.00 MB 8 146
147,813 147,813 00000000000006f252818c925b58e2ecbc3e4303a4067781469baa70106f0f53 0.05 MB 122 49
147,812 147,812 000000000000016e9c4f8f73ad6cf44d8a5749806641f6fb1e38e636d0a4af70 0.00 MB 13 16
147,811 147,811 000000000000050b54f40ab73574a80dff05029937c490eefd5cedae921a4865 0.04 MB 99 308
147,810 147,810 0000000000000496dda978d36c0decfb9cf0f7671d5b000ed40f71a398e0e4b3 0.04 MB 68 392
147,809 147,809 000000000000077a43cbeb64716185080eb1a11c384760abf15d668fabed967e 0.01 MB 19 42
147,808 147,808 0000000000000469528d662b21c8dbe03596531c4db289d09f54b29be4b8f8c3 0.04 MB 114 53
147,807 147,807 0000000000000662bc9c97d8a76bebb0f175c3819bf56571e985e7e8599790ee 0.05 MB 90 136
147,806 147,806 00000000000006142d918d4b5f000bb2ad34dadb0061cf9c9189f6336ba1df79 0.00 MB 6 1,019
147,805 147,805 00000000000002d02998efdf02589cc2ef7d6b70c649937fb776f7c4d2ea4c61 0.03 MB 73 110
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.