Memory Pool Memory Pool Refreshing

8,691 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,552 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,166 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,551 (862,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,524 46,524 00000000280b48ce0445650dff9ab229c9dc974134353383e54b8d0f32baae94 0.00 MB 1 0
46,523 46,523 00000000328eb811acc8c5ae05bdfeec2882d174ef24471e1eb6a5c3503fdf52 0.00 MB 1 0
46,522 46,522 0000000012989e94a456aa13bec9e948f574507f149497f635c19efa42251307 0.00 MB 1 0
46,521 46,521 000000002d83d6fcebcf6318bb77c09ce3445dbf9aa7f36fd5cdee72e870fc02 0.00 MB 1 0
46,520 46,520 000000001bfa22788bc7764faea19a3412e2dfa8ef1d7622a35aa7aa40a16cbb 0.00 MB 1 0
46,519 46,519 000000002a6a2f9bf1783ad0ac12f4164e7272c88cbf3762e5cd36a6fd1fe31c 0.00 MB 1 0
46,518 46,518 000000000efe658ba12a1b952393cce405942b733c862cebbfff3a78b78ed748 0.00 MB 1 0
46,517 46,517 000000001f42266dde01e8f50a552a3f3f248518ae052a7fa2b6b1239dd3c0bc 0.00 MB 1 0
46,516 46,516 0000000001e9f6c2b3d439e187cd0af215cdde9d4cc531ee548c0a38c4e5da9f 0.00 MB 1 0
46,515 46,515 0000000033787c901d562ad33002ed5d566c0d586be88c2f73798368a34d0ee4 0.00 MB 1 0
46,514 46,514 0000000017bf25504dee65db794b1572a866fee5307bd6d95b5191bb2f539152 0.00 MB 1 0
46,513 46,513 000000002ea0c6f6af8482ac607aa20cdb3b6a8fb7544ef777f0637561819821 0.00 MB 1 0
46,512 46,512 0000000000bfd5426cc2d287612c191bf77de83d0d3cec3947d059a9a8c8353f 0.00 MB 1 0
46,511 46,511 000000000eab766fd22baf695d1be3b394ae97914c20a4e378586db07ab5a9f2 0.00 MB 1 0
46,510 46,510 0000000016b033a2776187bb1821a39ccc2de6ff5f4adc3a8063b2a8144dacd0 0.00 MB 1 0
46,509 46,509 00000000334cf330c0f48b5e51721e4756867a5f442a3184cf0fab1828b98097 0.00 MB 1 0
46,508 46,508 000000000ba2edf910d75e9c4376400dc8a0e87008f888d184d0ca2c6afb7c50 0.00 MB 1 0
46,507 46,507 0000000034e2ddd677be4f5ed5a6a35980baff72a60bba39b6063b26474c7fe6 0.00 MB 1 0
46,506 46,506 00000000138d0e7352c77aac0283249a57cbc2dbfd363c6580a2b5269ad15b85 0.00 MB 1 0
46,505 46,505 0000000036ace583cd3dbf143545c8e186e646c18759ab8b70b33489585ca722 0.00 MB 1 0
46,504 46,504 00000000157bf37ef04a74e962be29c4d77ac4b67dedd53892e9e87d1616f72d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,844.96 GB sent, 100.59 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.