Memory Pool Memory Pool Refreshing

69,791 transactions
27.57 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,244 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,229 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,243 (457,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
412,437 412,437 000000000000000003a0c6019744df4ed6a3a4f6664d7aaab77b4600545be393 1.00 MB 2,093 33
412,436 412,436 0000000000000000029e5728cdfdd012bd90d0212bd7798c78163833335c1c5a 1.00 MB 1,138 23
412,435 412,435 00000000000000000492a1fa9d5722879f5ce8360588e3d99c97032b76e0cc4c 0.99 MB 2,086 49
412,434 412,434 0000000000000000002df7619257b1e4fcf78744c7fffa3be84d60ce7c1974f4 0.00 MB 1 0
412,433 412,433 000000000000000002dde5f89ac116ee888ce6ba984189181e9841c83090ca0f 1.00 MB 2,621 66
412,432 412,432 000000000000000004f5cf6f4c4af9703ab3f8e02dd5e31eb19a8b757c98fd4f 1.00 MB 1,006 32
412,431 412,431 0000000000000000049b8cbbcd75f964b3f6c0eaa4d3128f8ef588edf96c5fb9 1.00 MB 994 29
412,430 412,430 0000000000000000004378ad3eb3d5c256e089dfd55e02c32fa6f51377bea6fd 0.99 MB 887 23
412,429 412,429 000000000000000002793fe7ee424cad1e5cf8b5c3b3fab5d6cb401f93afe075 1.00 MB 1,450 45
412,428 412,428 000000000000000004f73e316be7fcd733f887b472b2f566d54358e32c8aa700 1.00 MB 2,133 51
412,427 412,427 000000000000000001f2ce0342c95586e1d242a395f6d711c7189fcc9ec70c31 0.99 MB 1,074 32
412,426 412,426 000000000000000001948b57fc81972401c68911551af8a76bf85d3ae58ad67c 1.00 MB 2,617 60
412,425 412,425 0000000000000000002fc42b16a8302cef6d7fe0a7b85ced54f76f1185005b2b 0.99 MB 1,395 32
412,424 412,424 000000000000000004bd9efbd1c937d29e0fcad08dce498dca2f6be52de14ac2 1.00 MB 1,502 46
412,423 412,423 000000000000000003c24e59b926164f9b6906cdc0d98d90c9a84b3582e5cd0a 0.99 MB 616 43
412,422 412,422 0000000000000000038f5a37c111a966a3d100f2446009af8502671b1c3b9db0 1.00 MB 1,840 64
412,421 412,421 0000000000000000028c7d799cbfee814c6ced7e4bedf3ffe10458adb4a16f66 1.00 MB 1,932 48
412,420 412,420 0000000000000000031361902ea909b8e71cc711b2b08f9a292a717dfaac8d6d 0.99 MB 1,979 53
412,419 412,419 000000000000000003129ca7c9e21d41bab620ea24355823c998433a4c7d5d5f 1.00 MB 1,199 27
412,418 412,418 000000000000000001e5617ec0595f741a5b00de1be19cc9bf34d087a1001da2 0.99 MB 1,141 23
412,417 412,417 000000000000000005988c87a2715dc62034b31c70d438083d8eb78756fbc2dc 0.99 MB 2,004 45
Previous 10 blocks ↓
Total Size: 699.91 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,200.98 GB sent, 209.82 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.