Memory Pool Memory Pool Refreshing

9,881 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,577 (892,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,513 16,513 000000006c7b0359c7de2383d630c4b587225a4fab0293aa717e66578d03fc72 0.00 MB 1 0
16,512 16,512 00000000a51f498918f2281902abbd6978ff6de18a4ba95d286dce3868568de1 0.00 MB 1 0
16,511 16,511 000000001588795ed0c47a81768de6c2547334a0a16ae2448a3f6b72523153be 0.00 MB 1 0
16,510 16,510 00000000a8301afb3256cb3b27aa5b1447008f7f0dc4975f8d5cae7213e383a3 0.00 MB 1 0
16,509 16,509 000000001b1dc42bf3e68a1ab931b2f186ee357589b0e143917f20c9f5274520 0.00 MB 1 0
16,508 16,508 000000005787a59055a5e2ebef8e76754b46a7c2a5e0a73eabed4ef8e0e74dfa 0.00 MB 1 0
16,507 16,507 00000000e796ff97622eebd9241d141bc4baa7a50d87b2f7e1864d56b9664c79 0.00 MB 1 0
16,506 16,506 0000000099c557fce3486798b86343aa8944ce273f7e4ef40755f835f516ba33 0.00 MB 1 0
16,505 16,505 000000001a334d08bc6c5992c049a47105ba84c22fc7ba080e189a6102bb511b 0.00 MB 1 0
16,504 16,504 000000001d9a9b262e067f6728e0a7217528fdf3d7791150a8d7e857617b0493 0.00 MB 1 0
16,503 16,503 00000000456d6df9fa6dbe540200b5e5f567b21c13c85ee9a3aa9e2a995c4f89 0.00 MB 1 0
16,502 16,502 0000000080c73561ce3aeb3ce8ff5e00c78775c8df1436060e555d13ac40762f 0.00 MB 1 0
16,501 16,501 00000000a1a74c89e1e8fd8b352bc84be878eb764b80f7fa32d666c11b33d799 0.00 MB 1 0
16,500 16,500 00000000de6833dccf6ce1dc4b6861b80c922279180d7e1352cfdab4dbbfcac2 0.00 MB 1 0
16,499 16,499 000000008d573aec4ab4801377527c94710b2907f68e53788d2ed08592c39f60 0.00 MB 1 0
16,498 16,498 000000001f5e27de62c43b6c1900698adb0bcc3c0782ad9475a394d90896cdd8 0.00 MB 1 0
16,497 16,497 00000000e5cc01bf7bea802b757a4fa49434175e5447a924dc163a15f6a444c2 0.00 MB 1 0
16,496 16,496 00000000186a57d47e8136d58d3ec0277d9d0a2cad1b1134e11de4d609301bf0 0.00 MB 1 0
16,495 16,495 00000000a104479a9f6bc37a2664fc68165db88286c6bc00eaf3d70e640055dd 0.00 MB 1 0
16,494 16,494 000000004cec2224427fc1eb3067e0e4dff7f9da2e0c44eebc751b33a0a77bbb 0.00 MB 1 0
16,493 16,493 00000000985ea5caaf29006e73ec0704e3edd4dc535ad21772488a0ce8b1caa5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.47 GB sent, 100.85 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.