Memory Pool Memory Pool Refreshing

35,344 transactions
28.88 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,267 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,656 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,266 (66,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
797,409 797,409 000000000000000000050066f650e11d9a12e9e09e49245d550f078e9438137f 1.56 MB 2,944 15
797,408 797,408 0000000000000000000025c00e9caecb31f80e64ac70dd5490dc74b21e1e083c 1.86 MB 670 7
797,407 797,407 00000000000000000004646605bb45751203dca8f86a68e3731c01568d1bc91b 0.00 MB 1 0
797,406 797,406 000000000000000000032642075c678bbcc3e8b7170a0de8cebed51ccf97f0f8 1.59 MB 3,032 18
797,405 797,405 0000000000000000000122143b4b447d974197f696178baf3b34cd78b34fc472 1.73 MB 1,809 11
797,404 797,404 00000000000000000003e6c56ae100b34fcc2967bc1deb53de1a4b9c29ba448f 1.59 MB 2,765 19
797,403 797,403 0000000000000000000399e0af37dbe8e4f71b8bc75b0ca864a996769e3febc3 1.81 MB 1,146 9
797,402 797,402 0000000000000000000554fb8a20fdfde74cd93b8f36780b9c548ebb8b900d1f 1.71 MB 1,957 12
797,401 797,401 0000000000000000000444826c0c1dc5af247d73a83f83822b15dd6c0e5c3b40 1.64 MB 1,783 6
797,400 797,400 00000000000000000000b1034e8f39f2e8df4914ef42deb78746c8e836fe20aa 1.38 MB 2,238 10
797,399 797,399 000000000000000000054b15f63dd7e08a651ca08445a52c890a99bc5cd3f95e 1.31 MB 2,003 14
797,398 797,398 0000000000000000000139e306c545dacfa2d036abea8100cf60868ed736e6c6 1.52 MB 2,970 21
797,397 797,397 00000000000000000001599019ce6dd64ce19500d6b5e53ac1f1134c04358db1 1.53 MB 2,755 15
797,396 797,396 00000000000000000000049443dfdf9ecfedc1ae20259fe37084c182aaa65fc8 1.64 MB 1,256 10
797,395 797,395 000000000000000000016532bc2beff9d8ffe16a4735d87573adf4e7c14553cd 1.59 MB 3,124 19
797,394 797,394 00000000000000000001e0f8bfa9a8930a227b6d5a824aac7c3b122171b1365e 1.96 MB 5,597 6
797,393 797,393 00000000000000000003126088084634aea970e771fea031ee81ce48b868d1d2 2.26 MB 6,630 4
797,392 797,392 000000000000000000048e48cbf3f01e3a0a352d464f66f2b14c70a16ee34cb3 1.96 MB 5,965 5
797,391 797,391 0000000000000000000306c306dbdb81d94853b2a24218048c647271f82d9fdb 1.80 MB 3,977 5
797,390 797,390 0000000000000000000423d665400b7226210dfa4482ef0890a311ca0c3d2e6a 1.54 MB 2,610 13
797,389 797,389 000000000000000000024e0fb1d59ca1c61e867caa4a17671c5e53980f5ea982 1.77 MB 2,960 8
Previous 10 blocks ↓
Total Size: 688.54 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: 1,627.83 GB sent, 128.65 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.