Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

851 transactions (0.28 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,320 000000000000000000022b910000000000000000000000000000000000000000 0.28 vMB 850 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,319 (327,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
584,064 584,064 00000000000000000017570622ae47331197d76ced81d0217088bbad5fd80fbb 0.25 MB 736 19
584,063 584,063 0000000000000000001f669ac2dc949b571df963ef53538f59712de2312fff34 0.18 MB 461 37
584,062 584,062 0000000000000000001339d2bbbfc8110aef9146b5268477766f9636c4927d53 0.14 MB 428 24
584,061 584,061 00000000000000000008d756119036e49af2d7fac10fd2104afa1789ef103672 0.05 MB 149 37
584,060 584,060 0000000000000000001cb55c7ff4898e9e002ab9aac4a310d83d50ed16d7d749 0.64 MB 1,865 27
584,059 584,059 00000000000000000011070500dcd0163d49673e0b244564b60b2896b7c86109 1.18 MB 3,312 30
584,058 584,058 000000000000000000007827bceaa4401048dcfe19df0b42099821e498eebe19 0.73 MB 2,152 27
584,057 584,057 00000000000000000012acd62abfbb302d17d474d5e56fcf248fdc753b259d55 1.17 MB 3,188 31
584,056 584,056 000000000000000000070184dfdd37890798491140a3617e44e79255690b6b76 0.83 MB 2,272 25
584,055 584,055 0000000000000000001f82ee5c7482c4a1476e09cd878c61e884afd71d0fa527 0.44 MB 1,312 23
584,054 584,054 0000000000000000000c0456e2f2271366f99ae76be57ed30524cebe7e9ca48c 0.71 MB 1,786 32
584,053 584,053 0000000000000000000f21f8bf56855885213885ec3aad24fe9658db52e1c405 0.63 MB 1,936 7
584,052 584,052 000000000000000000205a421b09ea138132f625adb4a3a5436d7283a17011bd 1.19 MB 3,170 32
584,051 584,051 0000000000000000001079d369b1cd6082ad57be4d56a2dd506a49ec156afa30 1.26 MB 2,584 60
584,050 584,050 00000000000000000021e393e95e46513795ea762039096e2ab158a3f4cbc2c3 0.55 MB 902 23
584,049 584,049 000000000000000000164373e422192d42d1a1eb9bf392ce223435794029cdb3 1.51 MB 2,122 6
584,048 584,048 0000000000000000000f17052cba3b68d0015017c340a5b8ab39fd7a2550a63e 1.31 MB 2,551 79
584,047 584,047 0000000000000000000a6cd37dd4c546d6d1e9924bbf94f8c2f07a2f9402539b 1.45 MB 1,492 11
584,046 584,046 00000000000000000009f2ee5383800b495302dd282bc7d24f22d4e9c7d2a987 1.21 MB 3,061 46
584,045 584,045 000000000000000000032a081b5b5bddacbe82475708a7194797175ef53b94a0 1.22 MB 2,908 38
584,044 584,044 0000000000000000000f025a16d268ec90d704d0e0ccfe4393bc7fe82e4832e1 0.83 MB 2,573 5
Previous 10 blocks ↓
Total Size: 775.84 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,399.47 GB sent, 128.00 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.