Loading Tool

Explorer IconExplorer

Memory Pool

78,232 transactions
29.41 vMB
0.10187675 BTC
Random Selection Loading Transactions
Max Size: 177.85/200 MB

Candidate Block

Mining Attempt b6cb51f25e7e4b4bfd82c7a63c7c7ed3fc25b0f5149b0c44dba7e1c1dd1d2142
Version 20000000
Previous Block 00000000000000000002055b4d853890d231ad2ac28db2cbc60442d9b176473a
Merkle Root 51ba4a729679edeba029723a1f5f4cb8c3c89786e840c5192681cca1db147472
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,382
Size: 1.00 vMB
Total Fees: 0.03884348 BTC
Feerates: 109.11 > 3.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,128 (191,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
723,333 723,333 00000000000000000002ef7d998201ee1c95315d7dd7a50c7d5300323e9f7164 2,567 1.00/1.00 vMB 11
723,332 723,332 000000000000000000012e6b32435b6218001586f816aea8e17b09017e9171fa 3,100 1.00/1.00 vMB 11
723,331 723,331 00000000000000000003b43ba8faee1af0c6b60979f797c1a66b158943576262 2,773 1.00/1.00 vMB 16
723,330 723,330 00000000000000000005472df06ac04da809e0170ecda554cb281966f2fed1ba 2,856 1.00/1.00 vMB 18
723,329 723,329 0000000000000000000a39bdcd6f1de4591e94f4a854e364326b453a17274b29 2,722 1.00/1.00 vMB 13
723,328 723,328 0000000000000000000187ef5e4c18be45f76872531c83ba2fc9d8384bfb605f 2,826 0.93/1.00 vMB 12
723,327 723,327 000000000000000000009e23ba9a180cb6b9b8ef8267c2018be36eeee2945adb 20 0.10/1.00 vMB 7
723,326 723,326 000000000000000000071620fbbb199dcf39fd1f8677a1fdd3f044041fe3a51f 2,701 0.95/1.00 vMB 9
723,325 723,325 00000000000000000000b5d5341fb09289e37c413991002fcf056c541470d7dc 905 0.41/1.00 vMB 7
723,324 723,324 00000000000000000004c47acb4ac1ce9674a3c5050879caed665cad994f8a23 2,622 1.00/1.00 vMB 13
723,323 723,323 00000000000000000005952d52ca1042968e4a9076e3fe956f650c2d70df81a6 332 0.32/1.00 vMB 1
723,322 723,322 00000000000000000001aa927c994f07b9d8748f51a0f10fecf6b812de0957e8 1,646 1.00/1.00 vMB 8
723,321 723,321 00000000000000000000ee885ea22e87e55a6e4d39eaa8b51349d2bb3af433f3 1,856 1.00/1.00 vMB 2
723,320 723,320 0000000000000000000047bda084ffb1270ebad02b448a855d11bcec94bdaaa3 2,236 1.00/1.00 vMB 8
723,319 723,319 00000000000000000006df896ee9ce5b7db11fb59e3688d7b25ffff512d43b3c 1,832 1.00/1.00 vMB 7
723,318 723,318 0000000000000000000798c06e66e3723740fdafdf23b469225fcfed73df9199 3,030 1.00/1.00 vMB 17
723,317 723,317 0000000000000000000708c826cbf797155e918d209cb2235e4722ab5b99bac2 3,034 1.00/1.00 vMB 20
723,316 723,316 00000000000000000006752f52096d63e8550a4fbae9164b3449c2c1c0eb1fd6 1,457 1.00/1.00 vMB 5
723,315 723,315 000000000000000000007a098d0e6f06135cede3b2628c6f966519f28b80f98f 2,982 1.00/1.00 vMB 12
723,314 723,314 000000000000000000061207184327b1458bf89178a901bf8d3b0ef72d8f3dd4 141 1.00/1.00 vMB 1
723,313 723,313 00000000000000000006c3f9f54a68068014749ad6ee2fefa4f9be6dde9d6e9f 2,081 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.61 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: 671.97 GB
    • Received: 16.09 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.