Memory Pool Memory Pool Refreshing

59,802 transactions
29.09 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,843 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 5,304 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,842 (17,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
847,601 847,601 00000000000000000000acd8ec0df0b9be1ad0a592c608aa5635309bec63de29 1.51 MB 4,939 27
847,600 847,600 000000000000000000001f464e9a239f20bc3dd901bcb7a8c1de8ba9967871bc 1.58 MB 5,086 26
847,599 847,599 000000000000000000028467c5bffef65a320dba729f5b40373da647822f3e38 1.47 MB 6,517 25
847,598 847,598 0000000000000000000205b3174e8d32cc103c112ad42abd8019629bb679a329 1.59 MB 5,336 26
847,597 847,597 00000000000000000002b8cce8b8ee00b669cda3f72fe466085361a3e932d049 1.60 MB 5,276 27
847,596 847,596 0000000000000000000119cec1b8bce10a5a4da70346a87ceb19a2a42650eb3c 1.56 MB 4,856 27
847,595 847,595 000000000000000000026bb61103f37c8c5defecd486a144df078f1b6de9bbd8 1.58 MB 4,121 31
847,594 847,594 000000000000000000009f6ed78a0abaaf90588b5057b69a7e1b07da5eaf4c23 1.42 MB 6,198 24
847,593 847,593 0000000000000000000297be3d77bc736359ccdeb9271a86bf0591e1f16f151c 1.56 MB 6,074 25
847,592 847,592 00000000000000000002a3df2def4b0fed5e833268445732acffe67e3fbfc38a 1.52 MB 5,110 26
847,591 847,591 00000000000000000002e10a06d0c480f5ce1a420d9a5f67ddca1caff416c793 1.62 MB 3,633 30
847,590 847,590 00000000000000000001a985b1c650e7ca15907cc974c390c9ebba5231c36d4c 1.57 MB 6,724 24
847,589 847,589 000000000000000000024745523ff84267f66eb41ab3b06e7978d05ed2b74885 1.59 MB 4,481 29
847,588 847,588 00000000000000000001652f67c883ef915ca27303443ad45651a6ad6122d1cd 1.64 MB 4,753 28
847,587 847,587 00000000000000000001486b03d75c3df48df56e419da523f85cb1a90a7b01eb 1.60 MB 2,412 30
847,586 847,586 00000000000000000002d806687fa50fe71b5d716fd8df97bf977a7e9cd14351 1.53 MB 6,962 24
847,585 847,585 000000000000000000034b061154296aa82cabd4ebf8f298c1f1283656dd3eb5 1.50 MB 7,008 24
847,584 847,584 0000000000000000000106f03da4dee9617e96baedbbd88553cfaeb558a8395f 1.61 MB 6,401 24
847,583 847,583 00000000000000000000ff2e15a675acec49daf7ac67f18c76273b46b265592a 1.59 MB 4,084 30
847,582 847,582 000000000000000000034cb959c67d627db06875e6bd31d3cf41ed52cde541df 1.63 MB 4,224 29
847,581 847,581 000000000000000000032c0c9d6d7a4978f99f72ec7523775d95e46f9307d595 1.54 MB 5,947 27
Previous 10 blocks ↓
Total Size: 689.61 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,654.14 GB sent, 138.07 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.