Loading Tool

Explorer IconExplorer

Memory Pool

84,254 transactions
32.00 vMB
0.09616149 BTC
Random Selection Loading Transactions
Max Size: 194.63/200 MB

Candidate Block

Mining Attempt 5b1eb44c6a324a28ce7d56784230db4d61c9390d3b620159da361f355c97b360
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root 3698811c28ad99b2bd95ede1b750b80e7bef6b22aff6139019194b1f35fd7c4d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,064
Size: 1.00 vMB
Total Fees: 0.02616310 BTC
Feerates: 179.53 > 2.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (385,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
529,519 529,519 0000000000000000002e0dd985894c9b8768b245434f5e7cd1c5c4e655c05cc0 271 1.00/1.00 vMB 2
529,518 529,518 0000000000000000001ed27675ecc4ff862b1d8ec6f328060bf9459927bbb802 1,458 1.00/1.00 vMB 20
529,517 529,517 00000000000000000014b718dea508289a2dd9a3ac7ab3326d8ca6b4b676d183 1,872 1.00/1.00 vMB 32
529,516 529,516 000000000000000000151a27f336d870032431bf3373a71a9ad088245e356afa 1,399 1.00/1.00 vMB 19
529,515 529,515 0000000000000000000f4d994c3191b7317ba3a0db3f1e14e71c02367df9f92f 1,702 1.00/1.00 vMB 25
529,514 529,514 000000000000000000210ebbd34bd11411e40d78956cb665e9865d3d071e7d62 2,296 1.00/1.00 vMB 33
529,513 529,513 00000000000000000000d42620eea31d3e91dcb5243c49f6a4785967774d3a00 1,926 1.00/1.00 vMB 24
529,512 529,512 0000000000000000001d42af016ab5ce11b92b5cc2c1940bd3634637c6fda598 605 1.00/1.00 vMB 6
529,511 529,511 000000000000000000348ddb261877932604faaa3115f8b2deabc2b44a57b24f 377 1.00/1.00 vMB 4
529,510 529,510 00000000000000000007be33b9d981d1b8d0a9d10c437c8a199cee8cdfe900ab 328 1.00/1.00 vMB 4
529,509 529,509 0000000000000000001eefafcae89b7e7ce04201d78008c1c0a522147fa0eac1 773 1.00/1.00 vMB 13
529,508 529,508 00000000000000000008869d55f4858904eea782e26f5e4d6dd7fc8503e83f17 289 1.00/1.00 vMB 3
529,507 529,507 000000000000000000047d16287c2d07f7dd5973ea2594baaaefcfa6a6254bde 1,171 1.00/1.00 vMB 15
529,506 529,506 00000000000000000008bd9a14fcede6a6530b229ec325e39e30ea5e23c427b6 790 1.00/1.00 vMB 1
529,505 529,505 0000000000000000001f9ff841d737b1b88742ca39c4c8e363ab305a9d5fd7a9 2,145 1.00/1.00 vMB 26
529,504 529,504 000000000000000000220bd0dbc89c45c874078fe905932369dc631da4478fd3 2,984 1.00/1.00 vMB 39
529,503 529,503 00000000000000000011eb7e096acc51b404e40044bb82492af4477d049f7732 2,737 1.00/1.00 vMB 28
529,502 529,502 0000000000000000002391e6f7a90e104f9a2571a4892681f2b26d87285a1976 2,127 1.00/1.00 vMB 36
529,501 529,501 000000000000000000176dcca2ef6b2f2dda1804df6e3d147c698eca207f53a8 2,370 1.00/1.00 vMB 53
529,500 529,500 000000000000000000328a45fb2350c9d73ddeeaa0c6bfccd6656bf468d552bf 1,798 1.00/1.00 vMB 8
529,499 529,499 0000000000000000002143f27a6a56945e0f4a0a8510628e42f4fd21948effab 2,194 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.75 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: 708.90 GB
    • Received: 16.78 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.