Loading Tool

Explorer IconExplorer

Memory Pool

45,903 transactions
27.93 vMB
0.08370892 BTC
Random Selection Loading Transactions
Max Size: 147.74/200 MB

Candidate Block

Mining Attempt 566d0b0c1f0c8d4a7a4bece1295950a2eab1d82fa4a70185b6eda659fe5a8bd6
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 58e8c1e06043e5b63ff2c0c850f1aee020b1a1e788937d641961a4fe5a0a189d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,106
Size: 1.00 vMB
Total Fees: 0.02992981 BTC
Feerates: 181.54 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (516,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
397,985 397,985 00000000000000000334251e4c65091a6054a8be78df1209626a8fc51e115534 409 0.19/1.00 vMB 34
397,984 397,984 00000000000000000553acc9f9ac93861791e3b151a119ab3f8d205b516aab46 1,303 0.99/1.00 vMB 11
397,983 397,983 000000000000000005155b3c06fda6e6fb60611ad72879714a437237a9be7ad4 1,402 0.99/1.00 vMB 25
397,982 397,982 0000000000000000048b30c034c4c8cd5cd670d2f42802e86d48a8b1da9982d5 1,620 0.65/1.00 vMB 44
397,981 397,981 00000000000000000786adde6fce8040cb713ed4cf6625805adf27eeed3987dc 1,053 0.63/1.00 vMB 32
397,980 397,980 00000000000000000595e0f0da6e5dfa82d2a5bead2e48b5b27241c5ac489e9a 1,123 0.75/1.00 vMB 32
397,979 397,979 00000000000000000168f19e503ac421cfe5b2383ffbe771ab0713eafdf64e0e 1,873 0.95/1.00 vMB 45
397,978 397,978 000000000000000004493b5f0aff63cb49a91addc2c3abf4e83826ea60132e87 981 0.59/1.00 vMB 35
397,977 397,977 000000000000000006d7b240219aebc52ab85a3444678683afcaa39229ecce42 1,237 0.60/1.00 vMB 40
397,976 397,976 0000000000000000044f1a4511cf3a1b6fa3c07fd3afeb7c64549fe24b9e4537 659 0.56/1.00 vMB 23
397,975 397,975 000000000000000002a008a9bb48f0a3fec627be203511b3573ce77c420bf1ac 693 0.89/1.00 vMB 15
397,974 397,974 000000000000000006477463d43741aa6b19f3d6e051a0a4360a883a993b7fc8 763 0.41/1.00 vMB 34
397,973 397,973 000000000000000002d850a690fbd86158f2e8f562f95429602d9b374e79a049 728 0.93/1.00 vMB 19
397,972 397,972 000000000000000005e7c7b090a637ccb26536825593fab7b378e571654ea5e0 990 0.58/1.00 vMB 33
397,971 397,971 000000000000000002e4143dd4d43137d02f0c07d23c2a21ccc58d64cfa299a9 2,151 0.93/1.00 vMB 46
397,970 397,970 000000000000000003016c7af17737fba5e5e766a0508317866407a41d35b2f1 517 0.60/1.00 vMB 31
397,969 397,969 00000000000000000769cb6a65fd2b572474cbf9bb60458e632ea68d5ddf7f73 2,003 0.88/1.00 vMB 56
397,968 397,968 000000000000000006db400dfa811c9f43453eca3fb91bb09ec4f8b3582ddc61 1,123 0.95/1.00 vMB 22
397,967 397,967 000000000000000001e90ec1f9ae9c6cdbd8532b09be6f5d736b81c86da66ea1 1,964 0.93/1.00 vMB 40
397,966 397,966 000000000000000004e101e90ec5ccef3c5b4c82b583fa5420a9360e455ff051 2,459 1.00/1.00 vMB 44
397,965 397,965 0000000000000000026154b94092181c98ca485a83fa785742dbf0815278d15f 1,108 0.75/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.25 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: 655.58 GB
    • Received: 14.33 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.