Memory Pool Memory Pool Refreshing

3,781 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,536 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,199 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,535 (863,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,826 44,826 000000002f6ce1aac1140987e3b4579aa11345961450cea93eaa08c73bda79b5 0.00 MB 1 0
44,825 44,825 000000002bfa5c4be255f23986ecd192f2b22cbdb82cb7863beb5ecc82867118 0.00 MB 2 0
44,824 44,824 000000000ae1be81afb1d6197289e83cdf517fafc3567f714300ffaa0bcced5b 0.00 MB 1 0
44,823 44,823 00000000019c03149ea55624ebaab9151006ffb86324a47dbe57119758d7d7b0 0.00 MB 1 0
44,822 44,822 0000000032ab8949cc5daa9abbf4d0394a1549d77e3a157056c0d20513863acf 0.00 MB 1 0
44,821 44,821 0000000009bbf4679f1e52a5a8ad6f438a0493295f7466583275a358a212cfcc 0.00 MB 1 0
44,820 44,820 0000000026456a86a859e8238eb8dd9041c6587e50520355e56c61b356fe0a9c 0.00 MB 1 0
44,819 44,819 000000003033c01d48b98eb9f894c23dfcfb2ab3096c2725b4ad0fe2109432a4 0.00 MB 1 0
44,818 44,818 00000000235e624cc0a8efe265a02067893e61980a653a70bed014b2f6446ef1 0.00 MB 1 0
44,817 44,817 00000000025dbeb997b550540c48580a4e5f375ca4e38e41be3039607d5de69b 0.00 MB 1 0
44,816 44,816 00000000119c7f257decae2e74356db0d0487a5b80a95127d40f6151208ce4c5 0.00 MB 1 0
44,815 44,815 000000002619c682237cd8ebe52debf7c9223fee925c8551f9344bcd9920fed1 0.00 MB 1 0
44,814 44,814 00000000380289c6510a79be02c1c841b70bd1bc9988da1782f006ff357c36f3 0.00 MB 1 0
44,813 44,813 000000001088a9191a166faf19f296b58a9c3ee479572958ae8e5493264953a4 0.00 MB 1 0
44,812 44,812 000000001fa4939cf8ec36ae0c9a8ecbf6356d53a02d863f083d921bc5a64d08 0.00 MB 1 0
44,811 44,811 000000000d52ff10b9c49d51b324ed4049339fcc93470755ba4e76aa6ac3f326 0.00 MB 1 0
44,810 44,810 000000003878b5efa67a5995f70a602778ec1477685160a85a1b26fe8d1e38b8 0.00 MB 1 0
44,809 44,809 000000002b217e8d5b0961400534d00664d8d9e70785011580ff60d9302bb1d1 0.00 MB 1 0
44,808 44,808 0000000036306c02fec2f755a22da74ffea5306316cd81390c7ce0cf654f1c8e 0.00 MB 1 0
44,807 44,807 0000000014a6e51b9f870b5962bc27ff44f1ea83860bef9128e6bf03825ed960 0.00 MB 1 0
44,806 44,806 000000000d24b77b93845d3f7992e48830f04eecd6014473d8a9521988d6dc08 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.69 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,842.52 GB sent, 100.44 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.