Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,836 transactions (0.65 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,737 000000000000000000022cb30000000000000000000000000000000000000000 0.64 vMB 1,817 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,736 (867,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,447 43,447 000000000e17f3e265c744ba40074846fdf26072665300f07f99af93812d23c9 0.00 MB 1 0
43,446 43,446 000000003d057c47e0421f9d0c4df8214517b465ee5613758d8f1a74e9e57538 0.00 MB 1 0
43,445 43,445 000000002112f152bc3d1d58bd19afebf663e4956f35e1150d5b62c585b52de4 0.00 MB 1 0
43,444 43,444 000000000be38fe8903d69a28b52e5758abfdf22feec53e3acb9b03da70cac32 0.00 MB 1 0
43,443 43,443 000000001e7f7eeb06df93b2ebfa12122590bed2656f62cb53048d3889a11491 0.00 MB 1 0
43,442 43,442 0000000017bb706f86ce8573862dd506d56ea2e88bbdd4f372bbed1bc0d018f5 0.00 MB 1 0
43,441 43,441 000000003330b526b299dea7330feec25ab800389c1857cbb930e4cb6d547e32 0.00 MB 1 0
43,440 43,440 000000001549806d3f270cc52157573b3baca90d9a32aa294f50243303595fe7 0.00 MB 1 0
43,439 43,439 00000000013b0d335651f868653937d68bcdbcdc065694637eecb08cac318062 0.00 MB 1 0
43,438 43,438 0000000030340de420256f81fc8686aab5b782c8fa0cf14f7f6f2bfc0373d6bf 0.00 MB 1 0
43,437 43,437 00000000178d8c05c15f371b5d51e0a98425932612b4eea4048f6cf4ced12469 0.00 MB 1 0
43,436 43,436 0000000006cbe5678a2f0d6f731cc4852a23ce59ca4ece3e5dc4e74e3503e87a 0.00 MB 1 0
43,435 43,435 0000000038bbc46ad8cbed95b14cb4817bf5de04538a11c95239ce12efbe35f1 0.00 MB 1 0
43,434 43,434 0000000006cd98a9dab33e52843d3459d0d0a6b4d4c6e50e40add1b566d1dc7e 0.00 MB 1 0
43,433 43,433 000000001b2bd8ff58a171ebb6ea2c066f505623bdf65c2aed8bc19d8fe5758c 0.00 MB 1 0
43,432 43,432 0000000016ccf01542f2c54aa98f738c3e5fa8dd27cc2ce23bdc9a3860138e27 0.00 MB 1 0
43,431 43,431 000000001165176503c064379af8cc07ff66c8c3608021965ce571f6f70a66f5 0.00 MB 1 0
43,430 43,430 00000000235b0b2f5ac018e1bfe577ded4af53cb30845e77e3ddad43f671f29d 0.00 MB 1 0
43,429 43,429 0000000026ea10091f2206761812b52f361410c82a14ded77d62cfa38cd6e42d 0.00 MB 1 0
43,428 43,428 000000003064eeb9c21c1bfc4a8b565caf6f8b7a738df4a4006222ef89f93c80 0.00 MB 2 0
43,427 43,427 000000002420955ec51c226f88c5781afae050b5ac8a8ed13508460cdb99f2bf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.74 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,292.46 GB sent, 122.32 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.