Memory Pool Memory Pool Refreshing

6,881 transactions (1.89 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,101 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,623 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,100 (849,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,466 59,466 0000000005ea606c810037f6177120832c1664f0e617772bc529b3f05b7d8620 0.00 MB 1 0
59,465 59,465 000000000b434fa68b0c119be49724cd5ab9ce3c095af837650917ed8fb3b3f5 0.00 MB 2 0
59,464 59,464 0000000000acb6e2b6299bad424e6e24244ae6e450669a165c605953e170e525 0.00 MB 4 0
59,463 59,463 0000000008773e880d3343b34bd75e2018e48fa41c7bf5c02feedfbc4cb18b0c 0.00 MB 2 0
59,462 59,462 000000000162aa3b1e10f2189b4ea85d13d8e26cda6fe58dbe3003008d362d8c 0.00 MB 3 0
59,461 59,461 0000000004995316b91b305c240e05670c35e3f26a6f7a4f9784deaa57bd8b16 0.00 MB 3 0
59,460 59,460 0000000003cd8d9195089a60934056e3725a732850faecb24a5d33f69ac2be60 0.00 MB 1 0
59,459 59,459 000000000a155b6f4a5b1c202c2f9eda3840bc2bd4e7bd3b4a8ad86793df1d4b 0.00 MB 1 0
59,458 59,458 000000000df1f69533650ea4973ca8dfc3a295d7336d8e5b4502e48ec86417ae 0.00 MB 2 0
59,457 59,457 00000000091566cd43bf38d68eb39042a1a7596f3a03ddd3e07caff2c3fab7a9 0.00 MB 1 0
59,456 59,456 000000000d00b4320ff7d8fbd17960ed4ab3cc85122934297b61ed5a9ebfff38 0.00 MB 1 0
59,455 59,455 0000000009120d063c0ab0b6208492cc6d452256e02ad8a3f304597e422a0299 0.00 MB 4 0
59,454 59,454 000000000b1163896c7a6d76df316b87e0de54e47370fe3f099dba520daa81b5 0.00 MB 1 0
59,453 59,453 000000000672e48b890db77338bc95994ce5de3939ab0d30de8b833ea2b6dc18 0.00 MB 1 0
59,452 59,452 00000000070f3a0be48a156e40aa70239c8d3f1eff582bd78fcc282c3588361f 0.00 MB 1 0
59,451 59,451 000000000d4e25c2c2e67223be34d6e30b3ce81c428d0217cfab8309df58460e 0.00 MB 1 0
59,450 59,450 00000000039ba8f0d8ed081a2d7590ff68eeb918f898ef7785cf6af7a1d890ff 0.00 MB 1 0
59,449 59,449 00000000019f2f6efe6b71c5f1df5f85dcd07f0ba3e981c1af19cc1b55c2d20f 0.00 MB 1 0
59,448 59,448 0000000008bc1b767a6093d73772fa9b978d1d1197277b6182997ceba0f052dd 0.00 MB 1 0
59,447 59,447 00000000064f045c061f6b6ab2ff18a7e67e3ae6e0d4097eeab33039cde927c2 0.00 MB 1 0
59,446 59,446 000000000abebbe72f42c381b8477c38fa354d56e7cbbbed21d8f8715ea4e18a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.73 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,918.81 GB sent, 106.22 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.