Loading Tool

Explorer IconExplorer

Memory Pool

77,517 transactions
28.94 vMB
0.08283678 BTC
Random Selection Loading Transactions
Max Size: 174.96/200 MB

Candidate Block

Mining Attempt 9c0d6e45921f4bddaa54fd4a7361e370a6240114f5115d2d28c358bcdc3726be
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 754a80da80b54df85971a12b5510d61eafa21bd651127c9575abb0c889ce09a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,960
Size: 1.00 vMB
Total Fees: 0.02245398 BTC
Feerates: 150.93 > 2.25 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (500,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,516 414,516 0000000000000000018f0ad5c9973b268b3e273054174ae6c33b8900cab5d7a6 935 0.99/1.00 vMB 17
414,515 414,515 00000000000000000081ecef5eed02cb0014f4c798f75038fdd9abc1109ee317 1,421 0.64/1.00 vMB 43
414,514 414,514 00000000000000000164693cb4d8cf487984d245da05ea083b5d3180a80cde78 1,556 0.73/1.00 vMB 50
414,513 414,513 000000000000000001bb14f9fc3eb3c62db7aa32705bfcb2ad69ba17621aa35b 1,403 0.99/1.00 vMB 32
414,512 414,512 000000000000000000499e1485726cd87003e7a6400118f8c061171748665612 1,106 0.42/1.00 vMB 53
414,511 414,511 000000000000000001943282946e9579fd84def95df577ebb8bcda3b8d9f4d06 1,530 0.86/1.00 vMB 25
414,510 414,510 0000000000000000014a6a924544dd097d538314281bebd95c89e50726e7d2ef 2,709 1.00/1.00 vMB 60
414,509 414,509 0000000000000000055c9b9b30230ced2dfa1ec4b5a670791c7a908a5ae6f6bf 2,749 1.00/1.00 vMB 76
414,508 414,508 0000000000000000052e0db7b94e3e30c4c9054d61f0f82bb95bb248ce423074 1,890 0.81/1.00 vMB 49
414,507 414,507 0000000000000000002375c1fcf19d7662f3e46980b45909ccb2372dfe06a475 1 0.00/1.00 vMB 0
414,506 414,506 000000000000000002658cee3f60bc0d53810e51836a25531e435dfee09d0a6b 1,654 0.64/1.00 vMB 50
414,505 414,505 000000000000000001ee5fc801fa2417d770762a7b191257b7d02487b322d7cd 491 0.56/1.00 vMB 34
414,504 414,504 0000000000000000057023c0cc20ec0a2a4163a7e58568989024a750ea9b12de 164 0.18/1.00 vMB 22
414,503 414,503 00000000000000000107d8b1cfc290a0f73b37718e039e0d1ee314a99a79cc0c 2,441 1.00/1.00 vMB 83
414,502 414,502 000000000000000000c0be279d981b18d5d58ae38937e7ff48f635ccfef034cc 2,468 1.00/1.00 vMB 30
414,501 414,501 00000000000000000544b9433ed5e1f8c5cfc079a8d9e859a6c7bb7b2d3d6e69 451 1.00/1.00 vMB 13
414,500 414,500 00000000000000000407dbf3f10f99a6d3362a1784ebfbb2bcd798970d6db0a3 973 1.00/1.00 vMB 19
414,499 414,499 000000000000000001cfc70094d25e4f6db67099ebf93bd4ac7371b545f4a515 2,316 1.00/1.00 vMB 40
414,498 414,498 0000000000000000011295e500cefdfd70a37f5b04a9f8fa2ba57a37da3ed563 2,603 1.00/1.00 vMB 72
414,497 414,497 000000000000000005047fa2b3e71362246aaf88430c021ac20e97a939e2773c 2,689 1.00/1.00 vMB 59
414,496 414,496 0000000000000000018a317d6c82e13737eaef6e415800f8d8153881d1b3d52a 1,131 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.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.