Memory Pool Memory Pool Refreshing

15,813 transactions
30.47 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,174 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,341 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,173 (316,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
545,857 545,857 00000000000000000002d030460ed8091cdbb01d1678e1d1dd5c07f2e5f73453 1.22 MB 2,653 28
545,856 545,856 00000000000000000005f8e8c840561ca6441b013e5d31e41112358b4f1660e0 1.00 MB 1,851 4
545,855 545,855 00000000000000000001b84e0a866db456028c3173f6d63e53b95f6d3c606f8a 1.15 MB 2,485 10
545,854 545,854 000000000000000000201919eaab0aa9d10b9f1458d84f60434533d7cb915192 1.32 MB 2,536 21
545,853 545,853 000000000000000000238f89498a491ef2d228364c38055993766e8fd4806007 1.25 MB 2,499 18
545,852 545,852 000000000000000000062f9e73405d042b99bcfcb8f809c37831fbeb85198c6d 1.28 MB 2,137 17
545,851 545,851 0000000000000000000e75a9e57ee8321951dc1e8e42549d903c874719bcd624 1.32 MB 2,530 15
545,850 545,850 00000000000000000006daf1bae06a10cb85452563cee40fb5a3d76da6c7e8f5 1.24 MB 2,527 23
545,849 545,849 00000000000000000018a4161a3e6098bc496b1a7212ee7581c2b99234a0e0ac 1.10 MB 2,259 32
545,848 545,848 0000000000000000000fa6465592eeb62459dd706ed7725373f5d9bb253f9a67 0.96 MB 586 8
545,847 545,847 000000000000000000255129305a42cba9c67591683d90a502433b47d0f19dfc 1.16 MB 2,047 7
545,846 545,846 0000000000000000001ed139c594bbd9e8fde1e7e4ad397053438af1dda8d89d 1.18 MB 1,985 30
545,845 545,845 0000000000000000001fb2c338e7aed6560d852a3a0836f8aac7409b99f8d624 1.27 MB 2,353 16
545,844 545,844 00000000000000000002727e28631c74edab953eff62214bdd4fe76080305fdb 0.68 MB 1,111 18
545,843 545,843 00000000000000000022986c8488eeb5b17c29be985b42bd03a10557401e8a1c 0.20 MB 337 14
545,842 545,842 0000000000000000000079dfb617f6b46e9a5bc295349d660783493ddca56922 0.79 MB 1,109 15
545,841 545,841 000000000000000000256423725e87cb744430c03de93dedf40f9cebf0403fc8 1.21 MB 1,556 10
545,840 545,840 00000000000000000013b006bff81d7ea10925bffc27fc7cc3f459891e999adb 0.00 MB 1 0
545,839 545,839 000000000000000000125b974e44a83cf0888d4f555f90c0ad166b60262212c9 1.24 MB 2,406 19
545,838 545,838 0000000000000000001718462564f9d5a40394d9abd0c48f9d9b7f994639f62f 0.31 MB 553 15
545,837 545,837 00000000000000000019b0d9deb50c9a87b143c11c660ed9e51f496a676c88bb 1.12 MB 1,493 15
Previous 10 blocks ↓
Total Size: 684.49 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,345.01 GB sent, 101.41 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.