Memory Pool Memory Pool Refreshing

6,175 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,753 (634,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,234 273,234 000000000000000458751b456893765175dd89c12202c1b960dd04260e29fa04 0.13 MB 256 35
273,233 273,233 00000000000000051bf39a56eca079a2402a8d78b707b108bdcdb6cf0e55af35 0.50 MB 291 14
273,232 273,232 0000000000000000cddf01abbbf3b64e41dc831a2d672e0cc7dd3f6d8a650d74 0.50 MB 980 34
273,231 273,231 00000000000000042f863436f47d03360bb6edbd8139c34f6814afb49e85236b 0.25 MB 686 38
273,230 273,230 00000000000000001d88d28685149b300fc38cc5dd9e364effb8800cd62183ba 0.50 MB 1,396 45
273,229 273,229 0000000000000002580379ab9710aa77bf9e1893f47dab5e5359a926080fa153 0.25 MB 420 97
273,228 273,228 000000000000000421a19efe8d294dcf88318af1690d5a7c7ae241b7ef7b1e5c 0.25 MB 600 142
273,227 273,227 0000000000000000ec34edd5f5aae845f6e0d967f753cf3189d115251b1d6ccf 0.22 MB 503 46
273,226 273,226 0000000000000002a5d41bde61e89faa69526bb67452b6c2e35c6771ad89805a 0.42 MB 981 72
273,225 273,225 0000000000000002e09ac8f0f9d1cbffacd689abe29cdb6199c26b287a45f8eb 0.23 MB 447 43
273,224 273,224 000000000000000237065adc9aac46b2708086acd04ea6955626add16418ef50 0.32 MB 692 67
273,223 273,223 00000000000000046fb55c6928edda98e711f65aa1ea5ba833c51234f2353c62 0.15 MB 357 82
273,222 273,222 0000000000000004ffbc70d8fac1332a5f01a04b4c55ca0a31c0f79342a13f25 0.77 MB 1,271 35
273,221 273,221 0000000000000004875635b4baa2f079dc26c6bda0d8f6b517d6d115d730fa9c 0.00 MB 1 0
273,220 273,220 0000000000000004fc602dc8b66cfcd8fd057b197c2644f61964c4a4d9f77aa2 0.50 MB 1,366 78
273,219 273,219 0000000000000004c72271835b497a79ebb1db60e75fd14764af7e55511c5ab7 0.03 MB 68 39
273,218 273,218 0000000000000003f59c5d05cf3a6318438ee561d22be5a44e04749bbd6be0df 0.26 MB 293 23
273,217 273,217 0000000000000001b80287567d3b8d5e1f36a42b1a3df761092903c87a5e114e 0.25 MB 563 37
273,216 273,216 0000000000000004b850c2f3784286dff19c35c0bb13dcaeca0e21885c2d6723 0.25 MB 708 86
273,215 273,215 000000000000000325a81ba5c44c79d886cdd07d21699603b068834e82d46c0a 0.50 MB 1,084 66
273,214 273,214 0000000000000004dc722819a555115e1d0b8f0b2e279889004a2838623d7e89 0.14 MB 342 92
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,628.28 GB sent, 93.32 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.