Loading Tool

Explorer IconExplorer

Memory Pool

81,736 transactions
30.52 vMB
0.07766279 BTC
Random Selection Loading Transactions
Max Size: 184.03/200 MB

Candidate Block

Mining Attempt 7a371726f17ff79dcc6c8381f4d5339b4cacba25b63ad48691b75745372b10ec
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root cce42c3dbb48a5558e195e77ac72cdd0d4f205257c72d489c43fd429681b630a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,144
Size: 1.00 vMB
Total Fees: 0.01415652 BTC
Feerates: 40.91 > 1.42 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (295,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,883 619,883 000000000000000000085d900ca030188a2205af0f4201173e2d88eb080cd8e9 2,137 1.00/1.00 vMB 9
619,882 619,882 00000000000000000001d1f520def7c20d91df76d266b744ffb6789321280a7b 2,847 1.00/1.00 vMB 19
619,881 619,881 00000000000000000007b792bb617a2ed4291f35a33f1a32d9cd4319e373b08e 1,414 1.00/1.00 vMB 11
619,880 619,880 00000000000000000000e2bb38a4d79fd57cd7c6989f1593f5ed17e94450bca6 2,878 1.00/1.00 vMB 11
619,879 619,879 00000000000000000004dbe097485d7ef5b65eba9bf392c604b78d473b91adfb 2,883 1.00/1.00 vMB 17
619,878 619,878 0000000000000000001076008dd211636fb5dafd87d2fd2c62782bdaaabf4d56 3,093 1.00/1.00 vMB 17
619,877 619,877 0000000000000000000bda31d06c8c49a84ac3a48c6725d861ffe55667c8e10a 2,882 1.00/1.00 vMB 27
619,876 619,876 00000000000000000004dad61bd1949ed1325622ef6326dac81ed7c49484f412 2,515 1.00/1.00 vMB 31
619,875 619,875 00000000000000000005c533584904108f0ec0485fc4e5a6520ce519ad191d70 1 0.00/1.00 vMB 0
619,874 619,874 0000000000000000000cdf7433fd60c6d27de0745e6d7bad0dc4cfd528db2d8e 3,043 1.00/1.00 vMB 16
619,873 619,873 0000000000000000000cda87f65107efc3a8af98b2e72977c2f8d4e74e5dd261 2,995 1.00/1.00 vMB 29
619,872 619,872 000000000000000000039a88c7629707304d2ed7cea36690e0e18af9dbab097f 2,718 1.00/1.00 vMB 17
619,871 619,871 000000000000000000024357e3c4aaaede9bb4d901007e68333500a01ddfd1a0 3,344 1.00/1.00 vMB 25
619,870 619,870 00000000000000000006f4e6fb192cc2e67cb0254d1f6bbff405c695424bc186 2,933 1.00/1.00 vMB 25
619,869 619,869 000000000000000000004b00be9aff7524570b2a7d9bd7fc823422ed7dc5f12d 2,458 1.00/1.00 vMB 14
619,868 619,868 0000000000000000000783dbbfee83a41db949df9d48184d8152b3173971f57c 2,493 1.00/1.00 vMB 17
619,867 619,867 00000000000000000001197ccfa0d61d91f0f8733fd995bccb251dd6f28f9abd 2,666 1.00/1.00 vMB 15
619,866 619,866 00000000000000000005de7c761d4c28da0a7593b44a622be1bc9a9c70792611 2,650 1.00/1.00 vMB 23
619,865 619,865 0000000000000000000c4202eb01fac2071921a46c450982e57949a675a29be9 3,296 1.00/1.00 vMB 24
619,864 619,864 00000000000000000000e93e4fc9ccfdd25630cedb30a4202eec9a981b75bb54 2,897 1.00/1.00 vMB 15
619,863 619,863 00000000000000000009b47d9af97b861f1502a3477652035dbfb7b15899fc1a 3,221 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.35 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 661.73 GB
    • Received: 14.82 GB
  • Uptime:

Notes

  • 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.