Loading Tool

Explorer IconExplorer

Memory Pool

73,829 transactions
28.23 vMB
0.06439881 BTC
Random Selection Loading Transactions
Max Size: 168.02/200 MB

Candidate Block

Mining Attempt 590c6dba0539bb4ab4a983af5972eedab54e1d53028626cfc9dd047ce9076e63
Version 20000000
Previous Block 00000000000000000000e0c459f13ddf02d73e8b60894ea83c46113e0f3e25a9
Merkle Root 2fe7e1ce6e4b27b58ab5053e09d7b8fb1c8eb9d7ad465b1cef11d68e69ff92ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,579
Size: 1.00 vMB
Total Fees: 0.00791036 BTC
Feerates: 75.12 > 0.79 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,067 (243,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
671,654 671,654 00000000000000000002b9823e3b4fa930610d34b6579b861d7e8d8b96b8732d 435 1.00/1.00 vMB 38
671,653 671,653 00000000000000000002e1b61df0e764ec1afc621659ebf167701b8a333de04f 1,089 1.00/1.00 vMB 50
671,652 671,652 0000000000000000000a4575bc31319696904f28f35cb413b058376b9bc59c7f 1,063 1.00/1.00 vMB 36
671,651 671,651 000000000000000000006430e7f4c97d0500780d4115c6ac8681c5696c777259 2,318 1.00/1.00 vMB 92
671,650 671,650 00000000000000000008fdf0b990eb2f74f878b5bd2a96c7bbed95005019ae02 2,101 1.00/1.00 vMB 86
671,649 671,649 000000000000000000000550079d80931651296e4347674f6927fc6beaf1136c 2,434 1.00/1.00 vMB 66
671,648 671,648 00000000000000000001162fa4bd31bd7ec6dc5d5bb361169d5bd3d0267ec43d 2,889 1.00/1.00 vMB 129
671,647 671,647 000000000000000000098f51ead7356c062180673134b043eca4d84e9aec1186 2,214 1.00/1.00 vMB 72
671,646 671,646 00000000000000000003af3e65ceb9c2d3f2136ca65a237314762f60ef9905e7 1,508 1.00/1.00 vMB 84
671,645 671,645 000000000000000000027dccda2bda8421872432168d9d957a12bdba492b2453 2,148 1.00/1.00 vMB 91
671,644 671,644 000000000000000000098ea865def9e3869a0ec2e2143ec6a2e81da5c9d01884 2,929 1.00/1.00 vMB 129
671,643 671,643 0000000000000000000bba5971307a4e1c40010633610ec0da977c0d5a8fbeb4 1,401 1.00/1.00 vMB 58
671,642 671,642 0000000000000000000aad72340808133241645ec907234843a7a624fa039d40 2,615 1.00/1.00 vMB 95
671,641 671,641 00000000000000000007333ac4b5a150f7d94f4947b1ce6d4853f28ee6ec116a 774 1.00/1.00 vMB 48
671,640 671,640 0000000000000000000a0649ef629dec07b9d292ba107d1c63affeffa7a7a08e 1,240 1.00/1.00 vMB 59
671,639 671,639 0000000000000000000557545191684071ddd6e673a05fdf1dd5e9f0882d472d 2,790 1.00/1.00 vMB 89
671,638 671,638 0000000000000000000affd8eedfb83d4d234ce37740fe2c029da95290745b7a 2,055 1.00/1.00 vMB 51
671,637 671,637 000000000000000000006ecbf2aef2f7c12845809e6ab2a3bc766b6faa466fc3 1,977 1.00/1.00 vMB 53
671,636 671,636 000000000000000000069eb40ca6b7c987bbc6ebde5069e0a61bf63a0413ce5c 479 1.00/1.00 vMB 108
671,635 671,635 00000000000000000008e0b6b84f2c210810b85cf8b204ce9b72b4688b15af2d 1,644 1.00/1.00 vMB 52
671,634 671,634 00000000000000000005cf726ccd49a8412c87ff823a358db85dc07c8a2e0cb9 2,198 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.51 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: 668.61 GB
    • Received: 15.54 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.