Memory Pool Memory Pool Refreshing

3,330 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.98 vMB 3,327 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (461,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
446,811 446,811 000000000000000001452e07f4e9f764ae830207c9cdafee8e7ccb2c746007df 1.00 MB 2,461 73
446,810 446,810 000000000000000000831d8fdc1c7bfdc97e50767c377c74342ad327900798b6 1.00 MB 2,683 100
446,809 446,809 0000000000000000010528f48e92af7a2a9e9cdb3eff879f2b666010256a885b 1.00 MB 2,601 78
446,808 446,808 0000000000000000012f05cca94f69ff06463a748b956daf65dcef7ccaa8df07 0.93 MB 2,218 80
446,807 446,807 000000000000000002cf200245e673255484bee29724bdee1d55045477f93285 1.00 MB 2,809 100
446,806 446,806 000000000000000002795f102d5fbdb3d2b0062e5583413948dd7b864a116c88 1.00 MB 2,042 108
446,805 446,805 000000000000000000a8383a7498d44fc7e92772d8ee88545576e8f5684b9cba 1.00 MB 1,772 122
446,804 446,804 000000000000000000143e1cd59fd79ad904dc45729ad99f052fb45a00d85295 1.00 MB 1,727 103
446,803 446,803 0000000000000000028cc3f807907f72f3f0520cecbdddaaa258c13426052791 1.00 MB 2,874 128
446,802 446,802 000000000000000001b9fa6c5dc571403f3084895cec91c6706bbe13148b9c2b 0.99 MB 2,371 66
446,801 446,801 000000000000000000ff34fd16baeaffd07dbf84f7def421af7544a2a464eb61 1.00 MB 2,690 113
446,800 446,800 0000000000000000004ddf33611e7496a833fd2ad4faa79be331bd732e5b6800 1.00 MB 3,068 84
446,799 446,799 000000000000000001f7427963f407742c6cb769683f381f6e8bd451c3f77569 1.00 MB 3,306 66
446,798 446,798 0000000000000000021aa5ed81759bf114669af8102085e4ea7f02929b52303a 1.00 MB 1,838 96
446,797 446,797 000000000000000001392b9132debe8efb4b016600acb87c2f4a625aa0a73638 1.00 MB 2,714 65
446,796 446,796 000000000000000002e57274e3a60dfe93d992bb1e687f4ea034b566c866c476 1.00 MB 2,061 76
446,795 446,795 0000000000000000024d9e20392d576f566e39bf3af058fd192ca23c402cfc95 1.00 MB 2,666 111
446,794 446,794 000000000000000002b9edfc564738e4ac040b9ee2fb96ec7f2bcf0dd0f1d634 1.00 MB 2,308 66
446,793 446,793 000000000000000002fc3ba1df3507eb36516e4698f50b3e94b40c2da8c42895 1.00 MB 2,501 93
446,792 446,792 000000000000000001a1a796705954a387c88889f64c8a803d31b60845d4a2ed 1.00 MB 2,488 93
446,791 446,791 000000000000000002ed7ca733c6895c0e100a8b16ac5587be422dd402edf5a9 1.00 MB 1,014 67
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.48 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.