Memory Pool Memory Pool Refreshing

2,253 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,004 00000000000000000002349e0000000000000000000000000000000000000000 0.90 vMB 2,255 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (760,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
147,804 147,804 00000000000000de54735e907cf0c6e75154d6d86a44d78ad9e688a7ecec6ac1 0.05 MB 105 83
147,803 147,803 00000000000007c9310312cbedc8dc2ec195f52590234d519397c0152d280845 0.04 MB 48 160
147,802 147,802 00000000000007d9bd57aaf827f7186853fa096a53cb8d993c3a37e30aa69761 0.01 MB 22 117
147,801 147,801 000000000000059e9b1c168dce59291c49408855c533693d9582708be31c0a18 0.01 MB 21 55
147,800 147,800 00000000000008bd850507bfad1b02bc9fd8d2682caa197a92da93591a8f4d03 0.02 MB 68 113
147,799 147,799 00000000000006efceb03a51a7c57ac8e30fbd81c9019125d23303a1deea5986 0.00 MB 1 0
147,798 147,798 00000000000002909399fe83c10d3ac5b2327c72b802e561ab0351e47ad8fb58 0.03 MB 116 93
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.70 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.