Loading Tool

Explorer IconExplorer

Memory Pool

50,230 transactions
30.21 vMB
0.12361617 BTC
Random Selection Loading Transactions
Max Size: 161.69/200 MB

Candidate Block

Mining Attempt 556d106a211b2b4a9d982c662babc853ec5343e24b3b3dc13b81cc35d8353f91
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 8451a20c59fcf23f7598d8fbbf5c6d41332c55ffa1e09d47505064f199ef9b2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,048
Size: 1.00 vMB
Total Fees: 0.05232379 BTC
Feerates: 150.75 > 5.24 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (439,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,393 475,393 000000000000000001374cd01b42825757131e0cbfeae93632226ba8422e5cc4 1,288 1.00/1.00 vMB 89
475,392 475,392 000000000000000000c7688a9f342f5a187784d020e572ee179c3d5aba39acf2 1,042 1.00/1.00 vMB 84
475,391 475,391 00000000000000000093db5131fc87875c5af44c4124608eef064e5083ff3ee3 819 1.00/1.00 vMB 52
475,390 475,390 000000000000000000b0653ecc6d4b99626e1055040fcf07ccb5bbfefb97112f 107 0.04/1.00 vMB 169
475,389 475,389 000000000000000000cc36e82ed8dc13cd0dddd5bd60b498c88f69795dfcb278 1,306 1.00/1.00 vMB 74
475,388 475,388 000000000000000000aa232370474faeecb0c8d7a81d530c846921553605e868 1,642 0.74/1.00 vMB 157
475,387 475,387 000000000000000000f7c572c7e3c757abe430195f5ec7dea9d5fe3c510e273a 1,408 1.00/1.00 vMB 137
475,386 475,386 0000000000000000008e770dc392ecbf028c461050b6bc8edc99fd01162925cb 1,545 1.00/1.00 vMB 48
475,385 475,385 0000000000000000002ef0bcbe3031d5e4ae47587ca75cd546e7d3f42fd27de9 2,390 1.00/1.00 vMB 192
475,384 475,384 0000000000000000001b09d37863f7ef495408e590d7444f8a6958d7e4d0d1c7 2,172 1.00/1.00 vMB 201
475,383 475,383 000000000000000001780c4e09c79b191066100f36f7edd82abf7daf7856d928 1,857 1.00/1.00 vMB 29
475,382 475,382 0000000000000000007ce105cc6d711435388e078af2b60a2dc2bea6aaee84d8 2,213 1.00/1.00 vMB 81
475,381 475,381 000000000000000000c34bdc9531b1249d9793805dd0b21d5701a28881b05b24 2,314 1.00/1.00 vMB 229
475,380 475,380 0000000000000000011a3bc37f0ca677657dd00d6d00debbaa1a225028ca8d30 1,514 0.99/1.00 vMB 299
475,379 475,379 0000000000000000013d4ef5a750650211fa4c812ef7ad80ef71bb6ac92c61aa 1,845 1.00/1.00 vMB 144
475,378 475,378 0000000000000000009987e2afab79ca42e547cfbd980c67d448197f826a7d75 1,739 1.00/1.00 vMB 308
475,377 475,377 000000000000000000ad45e704f00b96c49eca91da65a82f188582d4177d8dcf 1,171 0.99/1.00 vMB 84
475,376 475,376 00000000000000000005343c30f6f76418684aac0b81301f656f72fcea7ab3f8 1,166 1.00/1.00 vMB 50
475,375 475,375 0000000000000000009a0cec99c9aad08a274e01d8928a99092d3db2cb9e0d83 2,309 1.00/1.00 vMB 148
475,374 475,374 000000000000000000cedfc2925c0d69109cf92e757db8a28b0cce3cb6ab383d 2,251 1.00/1.00 vMB 114
475,373 475,373 0000000000000000010ba6f35a82d6be7e17ade56488b83e1ca045c7959c1448 1,866 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.06 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: 651.10 GB
    • Received: 13.40 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.