Loading Tool

Explorer IconExplorer

Memory Pool

83,677 transactions
31.84 vMB
0.13220232 BTC
Random Selection Loading Transactions
Max Size: 192.09/200 MB

Candidate Block

Mining Attempt da3503ffe194ca5ea8f77da3301136d1d6caef9e6b5ba7ac9b7df2d0a14c2b5e
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 9ec845651326efdfb09f79ae8e22cfacab06c2f0be2c368ffc26cbc51f69019b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,226
Size: 1.00 vMB
Total Fees: 0.04449202 BTC
Feerates: 803.65 > 4.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (476,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,614 438,614 0000000000000000042af0a34316dc62dbdc1b179bfe4bddb7feb2dd282309c5 1,020 0.42/1.00 vMB 64
438,613 438,613 000000000000000000428494e520dee0d684f341750eb79c452d992192067cf4 1,235 0.49/1.00 vMB 63
438,612 438,612 000000000000000002252d11fe1eb6ed08355c977ef904c6242db319cba1730c 831 0.99/1.00 vMB 18
438,611 438,611 0000000000000000031de5e64e3f9d10f21c46b334dd2c7ceb17f73db3783956 2,595 1.00/1.00 vMB 68
438,610 438,610 000000000000000002c536e7b56a1a9722755b51833bdf75d07c3e0c5a6389d4 84 0.12/1.00 vMB 17
438,609 438,609 0000000000000000035361e044a55015b5a4fdde7943e70c5390e7116d048b97 1,007 0.51/1.00 vMB 62
438,608 438,608 00000000000000000008f008cd5277cae4b5571722149f76622d97ba2c10b280 536 1.00/1.00 vMB 13
438,607 438,607 000000000000000003a75e23210c847abe8c4a73c07c9713cfcf301b8197669d 572 0.29/1.00 vMB 42
438,606 438,606 0000000000000000033b9f1708b498a6efee86b173bcf2f2c0412a2db54eaa6c 2,631 1.00/1.00 vMB 71
438,605 438,605 0000000000000000022d246d8ae12176bb288570ec3133ad4d9cc590e95f2358 452 0.23/1.00 vMB 60
438,604 438,604 000000000000000003c224d7e72f5ccfa9f019ffde84b0e5e39e59649e91d0f1 2,102 1.00/1.00 vMB 52
438,603 438,603 00000000000000000188b9826ac545b1af00b575b79413d28d0d049655c70efe 1,851 1.00/1.00 vMB 64
438,602 438,602 000000000000000001d975a0e194a9b4da2974ca241757f42dc0962fc13e2ab6 3,027 1.00/1.00 vMB 88
438,601 438,601 000000000000000000b0b597a66e68e07306c9673eb91b05a24f5591cdd9fbbf 1,876 0.83/1.00 vMB 61
438,600 438,600 0000000000000000010810aa4411ca372163b4eb8d7eac62b10a432f551aad6b 89 0.03/1.00 vMB 72
438,599 438,599 0000000000000000040a342e19753cfd6d883c18177cdcc30a258df1060a128e 2,611 0.88/1.00 vMB 73
438,598 438,598 000000000000000002a4e00123df5af4dab49a90213ac3e3d76eaf38fceb0b9e 2,012 0.86/1.00 vMB 64
438,597 438,597 0000000000000000020f3e2dff6fbbde1a4e31710f394c60c5d1d8aaaab8bcb8 1,117 0.48/1.00 vMB 65
438,596 438,596 00000000000000000318895a8fb76a28d6ea0e4ea288118d7a6da0b401d8bbee 1,715 1.00/1.00 vMB 44
438,595 438,595 0000000000000000013e65805233d7bab9e9c9b3a5e208da9cee704839fcfb74 1,323 0.46/1.00 vMB 75
438,594 438,594 0000000000000000044ccb27f98cdc163684dfc4a1e851305fe59bf9e24f1292 66 0.03/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 783.00 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: 718.70 GB
    • Received: 17.94 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.