Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

460 transactions (0.10 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,834 000000000000000000022b910000000000000000000000000000000000000000 0.10 vMB 460 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,833 (59 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,774 911,774 00000000000000000000f16a672267fa17b024c1bc24b54503de32c51626c988 1.76 MB 3,345 1
911,773 911,773 00000000000000000002177d9d05053f43fbf63bbf7b6e15abc7bd68449aa47c 1.55 MB 3,887 4
911,772 911,772 00000000000000000001ec02a7e3ffbace47d173f2a36fde2e8a77f7786e0458 2.12 MB 582 0
911,771 911,771 00000000000000000001563d613a14d56246eac062420c913582f8bfe4f72f05 1.80 MB 4,152 0
911,770 911,770 0000000000000000000036219aea0ccf94ca0032cd0c1e23860da5ee248ea12c 1.70 MB 4,178 1
911,769 911,769 00000000000000000001444fb0386238844ecdd7c5f385195cd5589c3747e623 1.73 MB 3,952 1
911,768 911,768 0000000000000000000086661440ef9fb204bf836731805c8b383b3e3d2759b7 1.61 MB 4,642 2
911,767 911,767 000000000000000000018b1332ec5cd6f93bde1fe27297afb26a04db1b68d22a 1.48 MB 4,054 3
911,766 911,766 00000000000000000000a700c2fddf68694fae0c84c5d9431329190c14590e8e 1.60 MB 3,970 3
911,765 911,765 00000000000000000001c31837e87eab896d1ca274addec77359a446f3df4a4e 1.69 MB 4,067 0
911,764 911,764 00000000000000000000c73b7f71d31c77506551e08f9f4cb54185866e6cd77e 1.61 MB 3,872 3
911,763 911,763 000000000000000000009d255ceb3022f7761dd886233985abf9030b647aec11 1.90 MB 2,499 0
911,762 911,762 00000000000000000001814c9dd53f7bf47e3fe2d5b7af7ba82a3dbc8653908c 1.68 MB 4,967 0
911,761 911,761 00000000000000000000f09741b939053b51e8f47a5ec8f0a0efba8be2a80b34 1.56 MB 3,318 3
911,760 911,760 000000000000000000004f570b807a4ec6a87b99f56ca211c9195dcfc9674aaa 0.03 MB 84 2
911,759 911,759 00000000000000000001129f10ad49ab3338169e479f6fdb0acf31c464c4404f 1.64 MB 4,359 1
911,758 911,758 00000000000000000001ce07071dd7512347a13c7b26ecb13eb33a6cdf89fb6c 1.32 MB 2,511 3
911,757 911,757 00000000000000000001ab62fabfd4bfd4fefdb878ecec9a8d47d2356657669a 1.72 MB 4,266 1
911,756 911,756 00000000000000000000ed3b55bb6b96aaa18fbc3159740a7f2abd6305b0daae 1.22 MB 2,404 2
911,755 911,755 00000000000000000000d4eabbe5c1c7cb6187af0bf25201bf7fb37512acc94b 1.72 MB 3,986 2
911,754 911,754 0000000000000000000090104142addfeef6d8093e43fd93fdae38bec9bd2fee 1.70 MB 4,119 1
Previous 10 blocks ↓
Total Size: 776.79 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,467.02 GB sent, 132.47 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.