Memory Pool Memory Pool Refreshing

2,743 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,907 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.97 vMB 2,732 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,906 (589,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
318,821 318,821 0000000000000000272d57555909e3744337f66371f909e3cb5f7e3850091b18 0.21 MB 436 29
318,820 318,820 00000000000000001cea3563392442434cbebaa1978d496454b2e92926f79cce 0.15 MB 321 31
318,819 318,819 0000000000000000253dddcf5a79da04d5e01bdf03699280c80f4fa5c8c19116 0.06 MB 64 18
318,818 318,818 000000000000000020037c0250b5f6a370f67b053664438ec205e38003c0a022 0.12 MB 262 29
318,817 318,817 00000000000000000dd3a108a778716275cfc9e86f5f129e97334e65c64e56e8 0.22 MB 415 25
318,816 318,816 000000000000000009f55e6266ce86162524ed771bfe4a484b072d088a7f3ac8 0.75 MB 1,518 30
318,815 318,815 00000000000000001b7b64f0caf17d6f6ecd21116c9ca1ed749200a43d9ec59d 0.36 MB 709 30
318,814 318,814 000000000000000010d8f9b9adc197d1b9a4e4a4327924b49ea2b5b6278ef444 0.25 MB 545 35
318,813 318,813 0000000000000000184b2c6d8672d1b06df5a2db5b0a4119cbe8d67d79bf4c23 0.02 MB 59 37
318,812 318,812 0000000000000000163673b821cdacdc8ceb6ceeb5ef50a0549aedf6da959ab7 0.11 MB 259 30
318,811 318,811 0000000000000000227001dfe86508881747d5ce3088b8f8688755dbd2af54cc 0.14 MB 331 32
318,810 318,810 00000000000000000273220083441f879e0fc09619f9033c8b91013f2bb3ddcc 0.29 MB 571 30
318,809 318,809 0000000000000000229ce536388132f2d9da76802cd0e84976f92902f116f36a 0.26 MB 425 26
318,808 318,808 000000000000000010be3890e34dcb1de96f1d62ef2429add10fbca6b069e311 0.03 MB 60 25
318,807 318,807 000000000000000005acd5aa043c0716e445b6372c90e14e2e76c2e12e629429 0.03 MB 80 29
318,806 318,806 0000000000000000065458a03e298fe998f0dc7cce46021cf30ec6ab374aa7d0 0.44 MB 873 29
318,805 318,805 0000000000000000109f04557cb89b01f88c97d4e0d7c271fbac7b18ca3e02f8 0.01 MB 35 35
318,804 318,804 00000000000000000e335d084d93f9735843045449f6ccc851c9d21733789daf 0.30 MB 552 30
318,803 318,803 000000000000000003991ffb24af38e5c3a4d377608c9b2e86c508f29f0a17a7 0.43 MB 744 28
318,802 318,802 000000000000000000c19249f2e887177484875b22ebcac67531b33426f05e29 0.54 MB 1,122 30
318,801 318,801 0000000000000000064c458d6a57aebafdf8e2ec1de1f8d9f6f2cb2cc894bba0 0.49 MB 514 25
Previous 10 blocks ↓
Total Size: 769.37 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,643.86 GB sent, 94.78 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.