Memory Pool Memory Pool Refreshing

1,045 transactions (0.30 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,815 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 1,043 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,814 (825,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,417 83,417 00000000002ac6611ba57472f0ddc3a15f73a97a144cfea1d46a12edf27d5255 0.00 MB 1 0
83,416 83,416 00000000002d26e0f2aacfd2b1c8d54138a83eb02ec162685c1127ea413cd6e3 0.00 MB 1 0
83,415 83,415 000000000022bcaf28fbec5bd3acc979a8eaae3d1e83c193b0ebcf61595ddf93 0.00 MB 1 0
83,414 83,414 00000000001be535402f260b35c779937c8ecb3b8f32cb758b76f17d33dff669 0.00 MB 3 0
83,413 83,413 000000000028c0a3d7e9d8692faf10b932c8d1cca7f9ef48e2ae075fa6f9bcdb 0.00 MB 2 0
83,412 83,412 000000000007a86cfddd0e0961e971e85091bc749e6f5cbd602fdb93222718b2 0.00 MB 1 0
83,411 83,411 000000000006b8b21d533a1c55eee79615db2543d7af5f7cd8c6292ece6ccf67 0.00 MB 3 0
83,410 83,410 00000000000d4ede88092f01a6ec8187dab4fe110b0274ca4863cf176cf232ef 0.00 MB 4 0
83,409 83,409 00000000001c6fc8a68595deef9bbf486fe081187a999e040425cb8bd741ca64 0.00 MB 1 0
83,408 83,408 000000000001088269d86bd3afbaabe08cd288424caee10c3afcca3852eb503c 0.00 MB 1 0
83,407 83,407 000000000011ba2a4c51f6f109ff558f078e9019fca2228612fb5c80bdbdfbd9 0.00 MB 2 0
83,406 83,406 00000000000f83b6cf42b2a9b72d8d260a8a18fb35369831ea52065ac09b1b21 0.00 MB 1 0
83,405 83,405 000000000006a2bc63d02367f7b25670e32fdb5b44bce7bafe28f6990f26a61b 0.00 MB 1 0
83,404 83,404 0000000000080488b914361f45c25316905ee14fe15003f95b6b32eeae64e4e7 0.00 MB 2 0
83,403 83,403 000000000003570a2281f46d9e4d8cf68714692ac79c5ecc0a0618d854866016 0.00 MB 1 0
83,402 83,402 000000000021cd04f9e536113af01eb6b315c591d47bc949e83c5bb4e4e2ea3e 0.00 MB 3 0
83,401 83,401 00000000001bdce122bacee8cd90b1f2645225f3d4e50b6ffbc428e31297026f 0.00 MB 1 0
83,400 83,400 000000000016724c5ee48b2b44ed8396bcbb926b24a5440e3aa8bc2158a36c23 0.00 MB 2 0
83,399 83,399 0000000000282e1c371189a6dec7c366f6adffdced8ba0d3d150b2ba6bedd827 0.00 MB 3 0
83,398 83,398 0000000000161fff3151135f96476dc6b285ce67bf4a588d448c18b4d4f907df 0.00 MB 7 0
83,397 83,397 00000000002aeaa59e78957bc60539fe912f302846a4a14959b258001ee916c9 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.21 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,857.64 GB sent, 103.14 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.