Loading Tool

Explorer IconExplorer

Memory Pool

78,397 transactions
29.08 vMB
0.11583524 BTC
Random Selection Loading Transactions
Max Size: 175.42/200 MB

Candidate Block

Mining Attempt a29bf82e0057e6427873cb7e1a1041eabf91ab6dccccfaa2dda3d6c59370dbf8
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root a91ad0905417c92e31eadf00e9c93d20aa32d0a5f4c644013690bd8cf6e3247e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,210
Size: 1.00 vMB
Total Fees: 0.04148706 BTC
Feerates: 150.80 > 4.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (509,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,593 405,593 000000000000000002ab83f75ac5797cc4987b0524c1697aba2c98f631ec3d5f 1,392 1.00/1.00 vMB 38
405,592 405,592 0000000000000000054659a4969a4ea4f90325b805646922a6a44b9c5cf45378 86 0.04/1.00 vMB 41
405,591 405,591 0000000000000000056f972f0dea3079d2e6bd1baa5f93d757e176858fa2f4bd 976 1.00/1.00 vMB 34
405,590 405,590 0000000000000000059c8097b763eb7a87892beab1a7f98273a57068c9a3e736 825 1.00/1.00 vMB 24
405,589 405,589 00000000000000000209bd38464b503edbf85f5a0c38303a3ec604dabcb1ea12 1,384 1.00/1.00 vMB 28
405,588 405,588 0000000000000000039b905313591b2f2faad80beb2ed2b9a0fe66d1d736741e 1 0.00/1.00 vMB 0
405,587 405,587 0000000000000000010aede2df48857cfb91d0ea4e8fdc422f25730c643f5228 1,441 1.00/1.00 vMB 39
405,586 405,586 0000000000000000058eb9e0bcf8fd7c61867400b9599391367c9b3a0e7d9b0c 1,773 0.91/1.00 vMB 52
405,585 405,585 00000000000000000670942d117db959504fe469618e71ca986a6345ca9b8210 1,877 1.00/1.00 vMB 62
405,584 405,584 00000000000000000203c0a9d2885af690a0aa9bf8cdd15cd59cb2a2555f737c 1,813 1.00/1.00 vMB 28
405,583 405,583 0000000000000000061665e26a09d8ebc9fb0f2e2103d809c1d9852c72ac2b07 2,853 1.00/1.00 vMB 52
405,582 405,582 0000000000000000016376b8c0b204e5bfa3d0ca4801749e1672f348f28e13b6 1,277 0.92/1.00 vMB 67
405,581 405,581 000000000000000003e01faa6b01fdcf29b303330b03c459718b3c03d6763cdc 1,437 1.00/1.00 vMB 63
405,580 405,580 00000000000000000205b957a398eee5e116bdbc8db5912d8cc327c9820f128a 470 0.24/1.00 vMB 40
405,579 405,579 000000000000000005486db5345ef70c0f69f81ea1f18347295065ff8fd030a5 637 0.72/1.00 vMB 24
405,578 405,578 000000000000000000015b3f15d078a87946feacf69a61ad658cd7e98031b795 1,450 1.00/1.00 vMB 29
405,577 405,577 000000000000000004b1b83b0d2b40ab8492cc211aa076654eafbb2df7877358 1,887 1.00/1.00 vMB 56
405,576 405,576 00000000000000000548e6ca6eb9a3604e56d933df250a144ac399765c34410d 451 0.98/1.00 vMB 9
405,575 405,575 0000000000000000030dbd2d2c28225f7977c601d2498f7b15d526d89413c0d3 697 0.63/1.00 vMB 22
405,574 405,574 0000000000000000054db7973abe9b4d80fc86ae884eec3dcf1e42c3f206a5a6 2,062 1.00/1.00 vMB 48
405,573 405,573 00000000000000000532eb087a53a149e14f8a33117a2ca53597b03f6f0499b4 2,270 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.85 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: 712.76 GB
    • Received: 17.21 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.