Loading Tool

Explorer IconExplorer

Memory Pool

87,379 transactions
32.14 vMB
0.11856262 BTC
Random Selection Loading Transactions
Max Size: 196.44/200 MB

Candidate Block

Mining Attempt 7a34b53320d6c9839c215c8ec9cb5cf1e7698c07b407d185bb4d05f5860d09f2
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root ec77d6911a95fd65952dcb68fd8f7027baa3d0b51815001de587eb8e734151af
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,799
Size: 1.00 vMB
Total Fees: 0.03321632 BTC
Feerates: 1,236.26 > 3.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (476,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,653 438,653 0000000000000000020f995e7adf01ebbf17fb6d866763de956e9f1511fc327e 2,176 1.00/1.00 vMB 72
438,652 438,652 00000000000000000222b006a139455fe3cf8845e4dde4aaa9f1904cfece6d0f 2,422 1.00/1.00 vMB 73
438,651 438,651 0000000000000000023b32ecc0ce665ef7dedf35741341f9dc3efed931133483 1,959 1.00/1.00 vMB 47
438,650 438,650 0000000000000000013e95b1cd59d9305d15dcc76a5e8cf25cd4c84b8847a3e2 1,177 0.52/1.00 vMB 69
438,649 438,649 000000000000000002a024aab5bfd32309a904ce3438afd3bd597d22b6455c75 1,533 1.00/1.00 vMB 46
438,648 438,648 00000000000000000012d9ac58e72b44ffb4979d24320a218a3b4420d1fcb7e7 710 0.32/1.00 vMB 66
438,647 438,647 00000000000000000223104cb51675821fed60356b7e4b23adb059e1900cd759 531 0.75/1.00 vMB 24
438,646 438,646 000000000000000000d1c384b7f93f2406126c26d3d3c609af6a01434fb93dd0 1,941 1.00/1.00 vMB 59
438,645 438,645 000000000000000000ff56b759501a6a49c5fba09183a62a0fae53b9342f95a5 592 0.25/1.00 vMB 68
438,644 438,644 00000000000000000373a45d3a8f1826d0fe1faff5610ecd640b14fc2b24c7b9 1,083 1.00/1.00 vMB 38
438,643 438,643 0000000000000000006f95650fb1921afcc14bb14216ca52e5d993fa69e66634 2,221 1.00/1.00 vMB 76
438,642 438,642 0000000000000000044b0c3c5fc7949550e4b1d0d50713020b71ccefe06ec70d 2,668 1.00/1.00 vMB 72
438,641 438,641 0000000000000000011e466a2ee5ff0a12cb6548b7800f77e9f004c6c6d087d5 2,657 1.00/1.00 vMB 75
438,640 438,640 00000000000000000212f0582ac16faf9db78c682d535418bd8e6f13926ee9b2 2,513 1.00/1.00 vMB 73
438,639 438,639 000000000000000000fa48cf1719ded433ed4900a48cec6efdba0c3a931b4383 2,016 1.00/1.00 vMB 56
438,638 438,638 0000000000000000043dafa1201d2dea165339c70d9a12eaeec886c6bdab5ffc 2,653 1.00/1.00 vMB 59
438,637 438,637 0000000000000000035d9c0d313d440eb9fc20819e90e39c0b6a74f5836cbb0e 2,948 1.00/1.00 vMB 90
438,636 438,636 00000000000000000450ff5f3886311d95fbe19525365fa84737e0398ca8f791 817 0.42/1.00 vMB 60
438,635 438,635 0000000000000000004c9b1a38f61ffe816b6b41a0f478effe931e68e42ce14b 547 0.50/1.00 vMB 44
438,634 438,634 000000000000000002a8166c3634af3b3f5949f988c7ad6a7b1c3cc69f01be70 936 1.00/1.00 vMB 50
438,633 438,633 000000000000000001285dfce08a535856e5b6406442071f17d5f9400b0f8f91 1,029 0.48/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.