Loading Tool

Explorer IconExplorer

Memory Pool

80,940 transactions
29.95 vMB
0.07646394 BTC
Random Selection Loading Transactions
Max Size: 180.66/200 MB

Candidate Block

Mining Attempt c6033cd88defe6e4697f45ddb75b0b79049e57d4e8c0c2407a697d60ebdcdfd3
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root b84c3e9aff310f32ce2927b7e63e46792918a5d6bd1fc4cddfabff66c8c9020b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,112
Size: 1.00 vMB
Total Fees: 0.01531960 BTC
Feerates: 502.67 > 1.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (446,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,989 467,989 00000000000000000120800434520f2b75c59ea952279bfeaaead6aa25bc23ea 2,923 1.00/1.00 vMB 273
467,988 467,988 0000000000000000018ae80eabff05c817499f70558e52d15df2c4f58ce969fc 2,960 1.00/1.00 vMB 346
467,987 467,987 00000000000000000149549ba7a25110cd2849f1b0fe540c5207bc3c3abc21a8 2,196 1.00/1.00 vMB 315
467,986 467,986 000000000000000000754a9d1205ca2a1145d9a9311b44e0cfa8aa0297300055 2,982 1.00/1.00 vMB 408
467,985 467,985 000000000000000001ae8978804139fcf08ca3f56ef9dd4ae4b6263c4daa4983 2,737 1.00/1.00 vMB 322
467,984 467,984 000000000000000000ebe065569edbb09bea95c11fa0ef7b693088f48669eb78 2,092 1.00/1.00 vMB 251
467,983 467,983 00000000000000000054ff165460d71c5f7983f8efaccaf53614a7134171bc8a 2,309 1.00/1.00 vMB 287
467,982 467,982 0000000000000000019728a7501f1b18eceefbdc4d826b5500a912fd0c2c6a37 2,262 1.00/1.00 vMB 299
467,981 467,981 0000000000000000017443a4c490c73e369b7e69de3a0ed873a1e616a77ba108 2,237 1.00/1.00 vMB 259
467,980 467,980 00000000000000000018b2998c530f0e3c0443731917a51ec70d951e9d050f7a 2,075 1.00/1.00 vMB 270
467,979 467,979 000000000000000000aa850cfbf22ba139612575d74eea60d83f8133ea12e8a7 2,487 1.00/1.00 vMB 321
467,978 467,978 000000000000000000f0ef34ffba0c96f47523940bf32632e2cc54a3255e5b6f 1,934 1.00/1.00 vMB 287
467,977 467,977 0000000000000000019681797e23aa42a95c83c651caa8cfeed4d3d56937656a 2,155 1.00/1.00 vMB 266
467,976 467,976 000000000000000001d428e4bf336b4b99c1eaacd1d458e3618bdb8f88ce722e 1,600 0.99/1.00 vMB 279
467,975 467,975 000000000000000000b4e3ef0a57a3349b7bf2025a8e223b1c5e6d69cb829da9 2,152 1.00/1.00 vMB 303
467,974 467,974 000000000000000001c3f7038ed97a0fa46aad8b1b4c8ffc61779cfb879466ac 1,784 1.00/1.00 vMB 302
467,973 467,973 0000000000000000011c5c6f769f4daf519e895e01b5e41bd929b4c56f2366bd 2,466 1.00/1.00 vMB 357
467,972 467,972 00000000000000000050f48b4a2650129fbb924e8bab6b3d0509296d6391c25c 2,592 1.00/1.00 vMB 364
467,971 467,971 000000000000000000c5a796854ec79712c0544e3922a466354f08b6a279b9f5 2,603 1.00/1.00 vMB 369
467,970 467,970 000000000000000000a6e45032919ce496ef0310dbac81847b44c1ee293c5949 2,463 1.00/1.00 vMB 375
467,969 467,969 000000000000000001113e9085a8411d8394637e03a95e1d69e847cd371783a0 2,457 1.00/1.00 vMB 403
Previous 10 blocks ↓
Total Size: 782.36 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: 662.55 GB
    • Received: 14.86 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.