Loading Tool

Explorer IconExplorer

Memory Pool

20,689 transactions
9.86 vMB
0.02350283 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.29/200 MB

Candidate Block

Mining Attempt f0462a1a04d42da4376885b7a9c1eeca2c9bd39630ff3b5439fef62a9c9d950c
Version 20000000
Previous Block 00000000000000000001b46eb5c426512bb9798b463607b3f221e8089d2fed76
Merkle Root 2aade9feb062935773a464f80c3dfd9a9b7d0b375aaaf03f2dc0e864964eeee4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,741
Size: 1.00 vMB
Total Fees: 0.00775504 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,538 (742,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
170,721 170,721 000000000000099d1cb4fdb877e5f482811837c3cb11faaff04f9db14b243eb8 57 0.03 vMB 186
170,720 170,720 00000000000001ea30c469b99f911bdfde7a3e2feae7a37af6559fe1f42437e8 73 0.03 vMB 240
170,719 170,719 00000000000005834056c9c11919b70c0ee165b8f26163048016ea7809428e14 1 0.00 vMB 0
170,718 170,718 0000000000000229fbf6677d1e1f0945bef79665c897b0b14ccf9c3289311055 32 0.02 vMB 113
170,717 170,717 00000000000005b319de086c9649cd4b6a42a4c8eaeb52d4c5b0bec2453fe148 21 0.01 vMB 54
170,716 170,716 000000000000043d2b0ace60ede1c9b789b1c049b3b1393800d81af0199fe111 30 0.02 vMB 214
170,715 170,715 000000000000042396144a6fe1438a053317f2fa044729cf5c65993a6a4f1bec 31 0.02 vMB 30
170,714 170,714 0000000000000b1540af3d71fe274daccca228cebe4ada67f9b25666701af74c 16 0.02 vMB 33
170,713 170,713 00000000000002831455813735bbaf28c9d4c90e8d76eb4eb665f15162cd858d 7 0.00 vMB 53
170,712 170,712 00000000000005f70ab699e0efb09c953dbb7474352fa14d112be7e7f0a77dc3 134 0.05 vMB 62
170,711 170,711 0000000000000a511859af5ea9324a462aba0440c1870698a897c1696cd1184d 30 0.02 vMB 117
170,710 170,710 000000000000077acb9e95f45720bf60bbf8399bbede052a698cb34d27c489f7 37 0.01 vMB 155
170,709 170,709 00000000000002a342023d7ed0265a72a676ee0eae7b06cedf3edebb59d9ce0c 64 0.03 vMB 103
170,708 170,708 00000000000006eb297b40db44a9bffe25e3f08ff6038d4c315fb051dd1b4bf2 42 0.03 vMB 66
170,707 170,707 0000000000000432f3b861dee05e71f99e2deb6c2a0e56a41fbde4f22b58316c 60 0.02 vMB 96
170,706 170,706 00000000000000d833e3eeb5d5271b950926b4b499ae512d27da2b20504db233 17 0.00 vMB 60
170,705 170,705 0000000000000b1189a480df48657511a39b90e1ec0a93305c106a8299526f78 14 0.01 vMB 260
170,704 170,704 0000000000000a334aa86ad909db4b1c1adff1c626e9c0dd758cad59c76cf549 76 0.03 vMB 78
170,703 170,703 000000000000022a63d009012fb613cd1d58df6850f9afc352e5c42dd20a903e 63 0.02 vMB 201
170,702 170,702 00000000000005272fb51b9949a876394d948c22e77bf8e43086a4184b78fafa 1 0.00 vMB 0
170,701 170,701 00000000000001ed9d875dafc0b31a8126df1c5931717ed9bdfc8f073745d809 145 0.05 vMB 10
Previous 10 blocks ↓
Total Size: 779.80 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: 406.57 GB
    • Received: 2.13 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.