Loading Tool

Explorer IconExplorer

Memory Pool

42,661 transactions
33.36 vMB
0.11075688 BTC
Random Selection Loading Transactions
Max Size: 166.36/200 MB

Candidate Block

Mining Attempt b8fb853b367dc89cbbcc9ac334c030d02694bb722a13b38206ad0761b6998f5c
Version 20000000
Previous Block 00000000000000000001b171574728f9b8bb47c58e2e3bc35b40a738258291cf
Merkle Root a5931ca7ea9631229457c73363193d86d7e654468a0229018e5be79823d40088
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,184
Size: 1.00 vMB
Total Fees: 0.03677167 BTC
Feerates: 501.64 > 3.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,561 (827,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
87,067 87,067 0000000000028950987a6a6170355e7aef01d261f3287f2fea92b59735051e5a 17 0.00/1.00 vMB 0
87,066 87,066 000000000013a9501a3c7dcf7cde27821ff6761bc9f2e97895bae216ac84f7bd 1 0.00/1.00 vMB 0
87,065 87,065 0000000000106f502a536aa5f1c7b17134e697a2469cf5b43fc0f27531fbe62f 12 0.00/1.00 vMB 0
87,064 87,064 00000000001433ca17edc74eafcc484fbe0e0897e06d87da04617e3db64eb21c 6 0.00/1.00 vMB 0
87,063 87,063 000000000019efdb891c7712b5098bf66d0986ef3eaab5f503d802dcc33a69f0 2 0.00/1.00 vMB 0
87,062 87,062 0000000000119e1af7dfa76f9f553d51611261bfd9695f2e55fb5ea5dca11e20 5 0.00/1.00 vMB 0
87,061 87,061 00000000000b253da5dcf9fda23f24104a15b7a10946f26b75e6d5315afee1a9 11 0.00/1.00 vMB 0
87,060 87,060 00000000001ab9471598cc9487abe79bc08a5cce94849f3953766f6ab4c7375a 4 0.00/1.00 vMB 0
87,059 87,059 0000000000027930f10bda93d99666157316494ad663ffc75df38151f7cd83dc 3 0.00/1.00 vMB 0
87,058 87,058 00000000001b467a10a5c328255a6e2e004375a8d2e505f5a6b3d2ce0e54ab1e 5 0.00/1.00 vMB 0
87,057 87,057 0000000000019969fe7aca7e528ae4d66c200d71b042b861be1676fa6d4bc79a 9 0.00/1.00 vMB 0
87,056 87,056 00000000001a27457bb98fb9b86d2435e69ac081663845e155e1a1c7c1bb08e7 6 0.00/1.00 vMB 0
87,055 87,055 00000000000944a0da8007464135196802da7f74f9edd5fcd4eccb7411616b5f 12 0.01/1.00 vMB 0
87,054 87,054 0000000000013386e3214f5630dace871ca230cc1fc843b6e81e5faf7612d5df 2 0.00/1.00 vMB 0
87,053 87,053 000000000009de0d6cfee90582cebf2fa67da17dd0670f98f773832e855f9dda 13 0.00/1.00 vMB 1,259
87,052 87,052 000000000006b1d33a9750872c5b3d1c98dfe23ad83f1cd660f40994a047acd2 26 0.01/1.00 vMB 0
87,051 87,051 0000000000151caf684779a5a7c40f6a191b00d21b720a9cff43e7afe5183867 8 0.00/1.00 vMB 0
87,050 87,050 00000000000f343ece5432c8ce1ed39db748d7cce9c6d3107c4e887e37d38e21 3 0.00/1.00 vMB 0
87,049 87,049 000000000006e2a04e0e7e31228d1e72894b48a0c185566663035c673740cf72 14 0.00/1.00 vMB 0
87,048 87,048 00000000000d6f31d9f5a110c8115794c18cebc16893ccbca65cb97b7ce9cb59 12 0.00/1.00 vMB 0
87,047 87,047 00000000001a56005c798b995a010c0d5de975d86498ac2675ebb4a6f56f7afe 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.61 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: 624.10 GB
    • Received: 11.54 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.