Memory Pool Memory Pool Refreshing

3,237 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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
907,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,879 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (765,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,689 142,689 00000000000003e7265cccb113e464a54e3efbfa72a30ff720848d347d7de346 0.02 MB 53 135
142,688 142,688 00000000000002d49c59dec1361264425889bab5807a2d9f55a1134b717d0a5d 0.05 MB 168 20
142,687 142,687 00000000000005b360ee6b33a70e6d378e6173ddf6fb585f9028bc3a0de70566 0.00 MB 1 0
142,686 142,686 000000000000012df058684729bfd63a98615a1fbfde9710b64670c7a38e73e8 0.05 MB 88 0
142,685 142,685 000000000000031b03f07e8846768c98f28e5cf4f2cfbff5611ae99881db8b96 0.03 MB 42 15
142,684 142,684 00000000000008e87d1d447babe16913f113c790db6d0da7548e393311da9934 0.04 MB 80 166
142,683 142,683 0000000000000481a0e481aa199bd81a245ebc239a55d86607bad790b05729b4 0.08 MB 215 816
142,682 142,682 00000000000005101d881a0ea45c04b1c3593be974883b6663298b37fa4e5e25 0.00 MB 8 78
142,681 142,681 00000000000004dcc06fa4276faca97082a3d35253d4d33f5a32ab127e950398 0.05 MB 120 213
142,680 142,680 00000000000002d83559f6956565837d52d21ae843e56370d404aaeb94fbca33 0.03 MB 52 176
142,679 142,679 000000000000002b356f841be29b4288f9bfc6d25ba1545b002ddb6f094ff70c 0.01 MB 17 168
142,678 142,678 00000000000003742ff2ce34af374a7a525f2c5e1a39b2e27a68614312737c4b 0.00 MB 17 20
142,677 142,677 00000000000006b355f6615ecb65ead7965feef922382a7a0985c710ff9debf1 0.02 MB 41 58
142,676 142,676 000000000000062eb344bf9a03282b5573ed15746aff8e1e730780612ff7462b 0.05 MB 92 119
142,675 142,675 00000000000003db54badea919e1ccd71d34e736dd50e929e576a8d18ccfb02e 0.02 MB 43 245
142,674 142,674 00000000000007985fb5365dabbc30a08d923d0f85fd2da1b6c19430d1a0bd42 0.01 MB 6 17
142,673 142,673 00000000000006c030187d2d5ae3aaa241a355ef3914e622f0184a9399116bb6 0.02 MB 78 61
142,672 142,672 0000000000000915480c4ea0fe2f2fb1d42f26fc419ee6b7660a85dcbe6d870c 0.01 MB 16 371
142,671 142,671 000000000000055ce235bba7e557c5b91c5786efaee3e4db39540f8cf19fc77a 0.05 MB 101 86
142,670 142,670 000000000000037d21eac4f3b3bad15fed45717603d4dc486d8bd26e42efa27b 0.05 MB 101 67
142,669 142,669 00000000000005a85e3ef268f564cce627725b3d29e2012bf8746cc961519d79 0.05 MB 95 262
Previous 10 blocks ↓
Total Size: 769.05 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,627.45 GB sent, 93.12 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.