Loading Tool

Explorer IconExplorer

Memory Pool

38,712 transactions
27.35 vMB
0.06266924 BTC
Random Selection Loading Transactions
Max Size: 139.40/200 MB

Candidate Block

Mining Attempt 29475f72b12fd5d7a9f64de958fad52e5a0aadd6c8ecc4c9bc3ec22f2d8c0808
Version 20000000
Previous Block 00000000000000000001387128703dc8e100fb66dc8413c1f0d759bd7170a104
Merkle Root 4546d474d7e464647ea328b5c7cd5a33a78a160ff0f11b031987d8a2bde79e5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,684
Size: 1.00 vMB
Total Fees: 0.01078958 BTC
Feerates: 60.16 > 1.08 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,638 (168,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
746,087 746,087 000000000000000000010c36b92af026f61c46cb64a5381c8f4a4dc222639bee 3,437 1.00/1.00 vMB 21
746,086 746,086 00000000000000000009bcc0882e61cc0978ca057dc0894df9971ef9d498e4fc 2,735 1.00/1.00 vMB 30
746,085 746,085 0000000000000000000763ad5ec7f9e9ed32f9022a407d74d68685095e786dc3 1,806 1.00/1.00 vMB 10
746,084 746,084 00000000000000000002a411a5b61ae2d52a442440bf87b4830ea3428df809bc 970 1.00/1.00 vMB 6
746,083 746,083 000000000000000000061ab02e856ad22626a1fb3c7133bb211881b5cbbe86b1 1,219 1.00/1.00 vMB 18
746,082 746,082 00000000000000000005d98a2eac4cfd10b5b99d88e12e725b04cc512a344ed2 3,003 1.00/1.00 vMB 16
746,081 746,081 0000000000000000000800003f01820099a4fb05fb95d093f82b4823df387678 2,415 1.00/1.00 vMB 12
746,080 746,080 00000000000000000002df76d4105bfd099936944fae0c4134db32e72647f62b 1,128 1.00/1.00 vMB 4
746,079 746,079 00000000000000000009f9bd6dce9abd7cf4b20d967112e6b7ff24abdc494d96 3,206 1.00/1.00 vMB 9
746,078 746,078 000000000000000000063249bdb849fe1fe5a9d210b1d062d5c558bec52c0d3d 2,077 1.00/1.00 vMB 6
746,077 746,077 00000000000000000000755012b9ba5b906d2f6fd0f2a5d79aa13e970a457b25 3,141 1.00/1.00 vMB 21
746,076 746,076 0000000000000000000870566984cf4166a1e7778964dcaaf2d66fe751c455be 2,488 1.00/1.00 vMB 7
746,075 746,075 00000000000000000000734df625301718ba5f4fb971a7c89a741e58d7925417 2,796 1.00/1.00 vMB 24
746,074 746,074 000000000000000000083754e2e681407a3bc8093fb00028b5cfc9e387c87422 3,504 1.00/1.00 vMB 5
746,073 746,073 00000000000000000007f8e2d70fd8a682125d95fc7b988e709bde792458eb87 3,375 1.00/1.00 vMB 8
746,072 746,072 00000000000000000000c31b3be60f6dee2a715996273cc3e6c019e72c0d3f92 3,099 1.00/1.00 vMB 15
746,071 746,071 000000000000000000082f2c523914103d91295f6997789e00d1b9bfd3dba715 1,072 1.00/1.00 vMB 12
746,070 746,070 00000000000000000008e6712010f8df1f4dec6c4283c0025a5d9ef6d25d0ad5 1,401 1.00/1.00 vMB 22
746,069 746,069 00000000000000000004ca1fbba88c5618b1e64c971c4eab40ba4cdbcd22e77e 3,268 1.00/1.00 vMB 23
746,068 746,068 00000000000000000003fdc3965bcbb973cf722ed4a16c02984e125c8794273c 3,081 1.00/1.00 vMB 21
746,067 746,067 00000000000000000004b2c2773e9c8b268f5d1d473f0e5753fca7d5c96b7e72 2,560 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.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: 631.28 GB
    • Received: 12.06 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.