Loading Tool

Explorer IconExplorer

Memory Pool

45,591 transactions
29.03 vMB
0.13835193 BTC
Random Selection Loading Transactions
Max Size: 151.29/200 MB

Candidate Block

Mining Attempt 9a529b3c8dcfa93165356b4b8b420692fd0962613ccafda580f26fb417392ca5
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 8525de44596323c5c7acedd1c91c49687b6a7079ebbe2d49bd9cbe1f61f97c92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,643
Size: 1.00 vMB
Total Fees: 0.03906456 BTC
Feerates: 100.25 > 3.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (516,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
398,458 398,458 000000000000000000eff07ccd69aee1fa404a077f855c218bef080ce2126464 1,224 1.00/1.00 vMB 26
398,457 398,457 00000000000000000172e5f5d3e2b4f15341b02fbc1ae2786235a77ae247c55b 2,131 0.95/1.00 vMB 46
398,456 398,456 000000000000000006d812b623982e980c68fd5c1516ddfcc2b5f67850f09f9a 2,012 0.93/1.00 vMB 50
398,455 398,455 0000000000000000070a1b998c324459806ae33f61a9c0537f807412cb9acdbf 1,099 0.85/1.00 vMB 35
398,454 398,454 000000000000000004b43a720d831bfb82403c92910847b2fec3ed7ff0ccda78 1 0.00/1.00 vMB 0
398,453 398,453 0000000000000000076ef8727b9350ddab5d7cf69e03cb7e225defdc7f10fc7b 971 0.69/1.00 vMB 31
398,452 398,452 000000000000000005aa1dbfac60953cb9b2b35c018a1fe51d97b03e12240508 1,530 0.95/1.00 vMB 36
398,451 398,451 00000000000000000128824e6a222442976b3b40b5e793aed0ca6bbc90e53a4d 1,602 0.75/1.00 vMB 44
398,450 398,450 000000000000000001671d65efd13ab7cdb4f68f425cb14e5b86f62d735acf39 1,239 0.63/1.00 vMB 34
398,449 398,449 000000000000000000432d9a16b811bbf537af1f39c41ffc1d79262d336a1ce9 209 0.17/1.00 vMB 23
398,448 398,448 000000000000000001021be7537651e112c64ae7052cab5e38d96f5438a7a9d3 538 0.40/1.00 vMB 26
398,447 398,447 0000000000000000039df0a12e76fd1a147296d04fb1d2aff2179593b05c1fd5 226 0.18/1.00 vMB 22
398,446 398,446 0000000000000000003c139ff9085e91d7e418d80d60fe1851295e01e7dd0a8e 1,710 1.00/1.00 vMB 35
398,445 398,445 00000000000000000742eef744f551b7733ffff5a8cb3d77c0cedfccbbe298aa 564 0.52/1.00 vMB 22
398,444 398,444 000000000000000005c4a3fa029873c5cd72dfa7c809c0ad920b739e9fbcbbac 321 0.75/1.00 vMB 11
398,443 398,443 000000000000000003435acc2bca0c73dbbe4d7dcef32fba79b8e523b21d5614 25 0.06/1.00 vMB 2
398,442 398,442 00000000000000000299c09f217c8a87ac62dd711195a1c7bc07f17306ee2a8f 798 1.00/1.00 vMB 18
398,441 398,441 000000000000000003f582f0d41582c3f2b9cffacc461ae6ce1bba35ef6c6fba 591 0.98/1.00 vMB 14
398,440 398,440 0000000000000000023595481b5da16b1a81f3fa4aef4837534b6284de594221 1,539 0.93/1.00 vMB 40
398,439 398,439 00000000000000000562669706a45d1c3c7004f1a3f57d88ac012e638ecfd2b6 1,946 0.95/1.00 vMB 40
398,438 398,438 0000000000000000013d75f237142c8d965c71edd32ea08c96b3236b10a6f5a8 2,690 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.64 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.