Memory Pool Memory Pool Refreshing

4,154 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,036 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (723,132 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,724 184,724 00000000000007ab0f47b82b6d733198e0220d6f886aa11c15bf021355c25170 0.25 MB 680 137
184,723 184,723 0000000000000a5c7ee511622f4929749889f9f4653c132b3da2cb89e013dc8a 0.05 MB 122 3
184,722 184,722 00000000000007cf4c3abff1643d3eddc50975cea2c97cb7e179aa48fa170cc7 0.00 MB 1 0
184,721 184,721 00000000000008886e19380468d6a102a8b8b07ffddd6c3e3680fa18cfc56e2a 0.25 MB 571 133
184,720 184,720 000000000000048e6bf137288c8880714bc61fdfe09ae1149cdccafb56234643 0.00 MB 7 0
184,719 184,719 00000000000009a62701d6c3a9a9dd7fc12bcf9029a64510f0c81a4b56448088 0.25 MB 525 172
184,718 184,718 0000000000000474027e8589db6d02b0b93513c76471e20ca557fc950f6f85bd 0.04 MB 132 64
184,717 184,717 00000000000000417f4c7da7cadb488772226d57a947e4bfc95689d37cf66476 0.19 MB 256 91
184,716 184,716 00000000000001058aefd05bd12d648c64808ddf32a31ddc0cab29115599be1b 0.18 MB 373 104
184,715 184,715 000000000000055e79545f4b326087db0072de64051e704cb879ed092c90fc28 0.42 MB 897 122
184,714 184,714 000000000000096bcb963a9864fc9c168b37a2600d26341750c65a6da5e10e4f 0.24 MB 147 72
184,713 184,713 000000000000033a3c56f53c1104b4f3e6ac7d9756e2515a191782069cbbe087 0.25 MB 459 110
184,712 184,712 0000000000000031413d4d1d7f3d5eca0fc3bb71812c904f00cc9a9db8710403 0.01 MB 23 10
184,711 184,711 000000000000044b39b40f13fbbc826060ea3ca17af22850d511145b54e04550 0.42 MB 983 124
184,710 184,710 000000000000064cdb9ba5150ac7d1d49335bc42c683f88994787f33ab8e9028 0.42 MB 944 129
184,709 184,709 0000000000000993def705752896fdeb5629c469c2c276f78064c94ed20b4b8c 0.25 MB 431 90
184,708 184,708 000000000000079fbd48ca3e3f5541a50a999023d710b518dc4bc6b1b2f38f35 0.25 MB 451 102
184,707 184,707 00000000000007661b716dd7ac03e155122034b1357cd2147625c3b7cd33f7fa 0.00 MB 8 147
184,706 184,706 00000000000008c070f41da99aaee56c866f8f20c18ca221503e3ba8ce6c356b 0.05 MB 172 94
184,705 184,705 0000000000000020e0e881012e6712496ca558e3f19d8ac5df41fd050453891c 0.00 MB 1 0
184,704 184,704 0000000000000a541fa596cff67bd72f20ea5d2b867cb3ef2f87a999922d65ba 0.50 MB 1,145 123
Previous 10 blocks ↓
Total Size: 769.27 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,635.40 GB sent, 94.28 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.