Loading Tool

Explorer IconExplorer

Memory Pool

45,105 transactions
31.52 vMB
0.13390572 BTC
Random Selection Loading Transactions
Max Size: 160.25/200 MB

Candidate Block

Mining Attempt 3e7659e714a17092a40739d1055f79f9642b1f273d4ab384795b8b3684df8214
Version 20000000
Previous Block 00000000000000000001d8824fc2228886b4d750e4106482a72673a47b8732ec
Merkle Root 2c096f9b6b0ab515d7aecae659386eceb307a067c14300da6c6aa52bcbb7c9b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,905
Size: 1.00 vMB
Total Fees: 0.06826112 BTC
Feerates: 301.53 > 6.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,439 (791,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,720 122,720 0000000000004416151fd0ee6e0a47aad2e09b7ef80a52c44dc3323320644a91 11 0.01/1.00 vMB 958
122,719 122,719 000000000000705317548db7d3005d35488f6d26cf1ee7adaa339f6f4b2ef333 60 0.02/1.00 vMB 905
122,718 122,718 00000000000084fa23816605dd7e62684a34c10513e6d1cce567b8fe693f80fe 20 0.01/1.00 vMB 1,716
122,717 122,717 00000000000008e615fd35aff2d18e1d48d87201f56cdec42fec5959101af562 10 0.00/1.00 vMB 0
122,716 122,716 0000000000003e0890e9e7da36f99a8a66dee60acaef10efd27c6d80bce340bb 20 0.01/1.00 vMB 359
122,715 122,715 000000000000711d5cab3b3296e70ffd67eacc5d20f865ce7b315ec06d9dd94b 1 0.00/1.00 vMB 0
122,714 122,714 00000000000097c4e4e54c80dc0fa90da2e7f669260ce96c26f301035a18527b 40 0.02/1.00 vMB 837
122,713 122,713 0000000000008656a002358d32377de9211250a9e971422a1b925e9d77ea83ac 8 0.00/1.00 vMB 2,769
122,712 122,712 000000000000299a0a7ff30a348ebdb21aac81a0a1807af4971d25180357102c 4 0.00/1.00 vMB 1,394
122,711 122,711 0000000000003a1734acca28c169096aa238c988e413d5868dd063b70776ae90 13 0.01/1.00 vMB 681
122,710 122,710 000000000000591b9fac58395fd758fb8b64803edd377816d796c3b08e934c84 23 0.01/1.00 vMB 160
122,709 122,709 000000000000042633483f46b93eadb405f845c28f07473c0c996cddc0ce55f6 1 0.00/1.00 vMB 0
122,708 122,708 0000000000002cb06e54a34c17501e2650339d9714ef5d976dccc7092538791a 3 0.00/1.00 vMB 2,617
122,707 122,707 000000000000586b5d1d3cc2dde490ef362e6b15605c44ece82aec555568ee2c 11 0.00/1.00 vMB 0
122,706 122,706 000000000000337eeb2c2aa27d17c2cfa61a2bb2dd8d3b183f41080e2d16d69f 14 0.00/1.00 vMB 582
122,705 122,705 000000000000862d53b218c365a45b9d620a9270b746d275c323f189301143ce 51 0.02/1.00 vMB 1,250
122,704 122,704 00000000000002e2a6cd4e9efb5e5127d0aacb82b54f3586f03ebf6c7ace1b2e 1 0.00/1.00 vMB 0
122,703 122,703 0000000000002255f060c91e2cecb097ae8b691d1a24e6ef5c7175c4d127a5b5 2 0.00/1.00 vMB 0
122,702 122,702 000000000000413e27c051f14fbdf7a0be8ba729037556ba7f067364e7e3728c 10 0.00/1.00 vMB 0
122,701 122,701 00000000000084cf903da023978db36f07c8571ea41a10bb80ca29a59cc28f2d 15 0.00/1.00 vMB 564
122,700 122,700 000000000000517b82b3b30cacc099db2961231c3630f1d5b2eec1d13ca1275d 15 0.01/1.00 vMB 543
Previous 10 blocks ↓
Total Size: 781.38 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 602.72 GB
    • Received: 10.46 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.