Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,857 transactions (1.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,363 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,619 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,362 (861,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,707 47,707 000000001973d61d0c234342914447eac7499514c59671d6a5d4e62cf834e6ad 0.00 MB 1 0
47,706 47,706 0000000031e7b5cb146f871d292a394971a162d105ed4a774124c6bc6f0d79d3 0.00 MB 1 0
47,705 47,705 0000000011c4567454b81d9db0aa3fc3119d826a17f4e452825ef18a5abeacd4 0.00 MB 1 0
47,704 47,704 00000000243ca29e7c6a799586a11a9d81339c38a12f686fabbc744bd0d9b4d2 0.00 MB 1 0
47,703 47,703 000000001e4210783223dc805ad1420d1b7bac2fed7825b762eaf6bf8a885695 0.00 MB 1 0
47,702 47,702 0000000008add3d2573d8e37f0706b2ccc6086928fb57b1e670899a5df73ddce 0.00 MB 1 0
47,701 47,701 0000000036a54f3029272377768c379eb30c8219672e3a2a1bfe3db0eb4fc8cb 0.00 MB 1 0
47,700 47,700 000000001bd770c4cc8a81ce0dd79b0e57e5216a438c5461b8af71801f9d1468 0.00 MB 1 0
47,699 47,699 0000000018ff65166a1f9e2e00725cbafa18656a13de9de6b742fd26637bcdea 0.00 MB 1 0
47,698 47,698 00000000299e423aaef4d84876e592abe1a345332b9140bc1ad27afca9255804 0.00 MB 1 0
47,697 47,697 000000000a85bdf419a9afd385e60e4052aab98e871a43e66b5c6aac7e96f2fe 0.00 MB 1 0
47,696 47,696 000000000d6bd2442a635f70830d02a035aa818958eb947469085f55a49c6f71 0.00 MB 1 0
47,695 47,695 00000000102435ec1c981e3b4c739ebb44c62d16de578e942cc47ae327357ddc 0.00 MB 1 0
47,694 47,694 0000000030c8780a6e9637ad51361d6b9eb34f55603f43eb9b9be0ab9fc0ae77 0.00 MB 1 0
47,693 47,693 00000000083b3bcc118f40e384f180715742834e035d5078705c4982cff45fe0 0.00 MB 1 0
47,692 47,692 000000002eb31b2b03afe3889558fbcf26210b436924e9e1006ce0ea4385fb5d 0.00 MB 1 0
47,691 47,691 000000001b071c1f04c7add564c7861c53bf39667807b816c3876f199e0d84a9 0.00 MB 1 0
47,690 47,690 0000000030f26e1c1accab7603e51c7fe126d34f8b3e0188575605fbf53f611c 0.00 MB 1 0
47,689 47,689 0000000036165baf91225054eaa8eacb70e19fb49786a872827edc0dcc57a390 0.00 MB 2 0
47,688 47,688 0000000009377c5be331a2ab9338888ce9944ef11326388b4f7c026f8e91cf8f 0.00 MB 1 0
47,687 47,687 000000001d2c48d98d35f2175e0a6461f1ba74be277806a553f13ced5074579f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.21 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,068.46 GB sent, 109.21 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.