Memory Pool Memory Pool Refreshing

72,057 transactions
30.76 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
873,068 00000000000000000002b5630000000000000000000000000000000000000000 ago 1.00 vMB 3,669 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 873,067 (265,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
607,584 607,584 00000000000000000006d242612179d57d0245415f829ef15a5f66ba16a54261 1.33 MB 2,985 17
607,583 607,583 0000000000000000000a75503236dc98cf0285298d0b167781578bd4c8b007f9 1.38 MB 2,787 17
607,582 607,582 00000000000000000007e369f5ca92dcc43959dba83eddf622e46fce5b3f7252 0.63 MB 1,514 12
607,581 607,581 0000000000000000001275bd12d7d74504948df78abbe65150b11a20f3e40f07 0.78 MB 1,837 13
607,580 607,580 0000000000000000000db4257a752e50dc08cbea456fc3d00e760eb17de88ad6 0.74 MB 1,985 16
607,579 607,579 00000000000000000007f342f38d5a0a6d3366c088ff4aa070cce82b662c787c 0.64 MB 1,216 18
607,578 607,578 0000000000000000000bb0178e4dd319fc93e70d0319c79758a94e21fc40536c 1.23 MB 3,463 9
607,577 607,577 00000000000000000008e916a960563f20b8bb8ec1f06a242c849757de585975 1.42 MB 2,620 17
607,576 607,576 00000000000000000010a5ee2193dbd8dc4d3dffe8c17ea96d1d5e78ed5e6ebc 1.44 MB 2,809 23
607,575 607,575 00000000000000000013ba57e8893cc62c2121eca7791aefb90201a444756479 0.29 MB 786 12
607,574 607,574 000000000000000000132ef0cd591e01ae3aa372f3f2d60cdae6950172f23564 0.33 MB 749 20
607,573 607,573 00000000000000000007fc721c035124d3eaa91be78eab1b03cd7369fdecf2bd 0.26 MB 528 18
607,572 607,572 000000000000000000039dc5a92ea1bd0cc527f50ca5394a75e3b9a7740840d1 0.54 MB 1,438 15
607,571 607,571 0000000000000000000d3460298a99731ef088f836ce97efdf476acdd419a4d5 1.22 MB 2,868 7
607,570 607,570 00000000000000000006084e3c9ade1c0d1b05c6c2384d11048fbdfcd37c1f38 1.43 MB 2,943 21
607,569 607,569 0000000000000000000fb74353b62884b57aad4fcc0795816d68e397b6b315c3 0.71 MB 1,811 7
607,568 607,568 0000000000000000000ab7a2ef555670780f2438fe708f6bf489e6aad861ba1c 1.20 MB 2,861 12
607,567 607,567 00000000000000000000cdd9e33a24fdabf8d312966004b4fbb7427fd04a7580 1.19 MB 2,836 10
607,566 607,566 00000000000000000000a402ac5677edabf562fb2e1ce0fd246cf6df3ff90dda 1.62 MB 1,752 18
607,565 607,565 0000000000000000000e0859bfd1229fb30ece1d867d4cefae81aee7a068a492 1.62 MB 1,978 21
607,564 607,564 00000000000000000009e8dcaafd19e0c0ef9ace8f554993687c163aafa6c571 1.34 MB 3,243 27
Previous 10 blocks ↓
Total Size: 705.16 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,666.54 GB sent, 245.42 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.