Memory Pool Memory Pool Refreshing

7,107 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,876 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (619,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,801 287,801 000000000000000043348304d2ace14ffc08a9ef0510baecc59c14c87fdb3dd8 0.04 MB 25 8
287,800 287,800 000000000000000144db7ed017e1345289641fdada1fa72f1ed922da511f0e78 0.23 MB 200 22
287,799 287,799 000000000000000151b94b7ca0744b491b3fcbf950435984bc36c5a97c9a08e9 0.35 MB 471 31
287,798 287,798 00000000000000006f2f28d90af36171b9bc41e7986c7bb24943c37bec4ef054 0.35 MB 663 40
287,797 287,797 00000000000000006cf0bafff61188a5f341d04e1575d6c74cd4fee6dbac9798 0.50 MB 1,348 49
287,796 287,796 0000000000000000784a9d079ccc7f810eb35a580c86d9f2e1aa6cd49ddad893 0.28 MB 494 33
287,795 287,795 000000000000000099a54a53874296daab9564e58ee7c2351cbfe9b1e4585613 0.02 MB 60 66
287,794 287,794 0000000000000000e0f9a1ff9ba2de9ce2df53386ffa9a3635dd0bccd4f97b58 0.68 MB 970 27
287,793 287,793 00000000000000000b289c835d7ef17d276b1cd21303531aededf98516df8f32 0.35 MB 972 55
287,792 287,792 0000000000000000a90db476b7d4a5aeb5f278da18747100e01587adcdfd9236 0.03 MB 28 12
287,791 287,791 0000000000000000df7e715b347fd0a14ca3d01ca2b29d56a28daa21404cead2 0.06 MB 83 22
287,790 287,790 000000000000000015eedb992c37bfa4b1f6585e819a5c4c7fa3d8b8ff07aaa1 0.05 MB 76 54
287,789 287,789 000000000000000144b50d6b7efc351219834393ac514637a2882c342f13c648 0.32 MB 777 100
287,788 287,788 0000000000000000d859517d5a1cd41334098366a75207babba1844c3bccd576 0.22 MB 348 76
287,787 287,787 0000000000000000eaabdcf760ec0b56327045cbd0fa22c0fdd3598f25de9777 0.08 MB 140 41
287,786 287,786 000000000000000107aef70b9ec7db06a6adda8fcc32582945126dc2bfcc7724 0.01 MB 26 51
287,785 287,785 000000000000000098dd88e7024c5fc5869270dec825b75e9fe3630f3669e6a6 0.36 MB 552 34
287,784 287,784 00000000000000014401ae21e22f5f9569982765a3c5463111a43438525e6128 0.10 MB 104 9
287,783 287,783 00000000000000001ef87a2a6d722225684d8d46e46822f54488afc9c3cbb4a6 0.30 MB 635 44
287,782 287,782 0000000000000000140c8e3c449b3f2373d1f9a8d9c9b2ec18d7fb49b328694b 0.09 MB 170 36
287,781 287,781 0000000000000000bef4c375364e95b6fdf2f856466d451afd921c999bae7729 0.33 MB 380 20
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.