Loading Tool

Explorer IconExplorer

Memory Pool

65,807 transactions
30.36 vMB
0.07691685 BTC
Random Selection Loading Transactions
Max Size: 171.79/200 MB

Candidate Block

Mining Attempt 1931a293c842e65d1bf607a4edf5ed558030489efb60eed82f6e7912b344f459
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 04c822f39c1bffc933ade270a5f8e7f7e455a2dbee1fedc4f23657f5a38b0571
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,235
Size: 1.00 vMB
Total Fees: 0.01791181 BTC
Feerates: 150.93 > 1.79 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (52,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
862,944 862,944 000000000000000000027872d05c8b20ef88f68955a8e16d478b7fa68bbd3a05 3,427 1.00/1.00 vMB 3
862,943 862,943 000000000000000000001b41bb73341178448cefe45583541edd97055e37e72d 2,648 1.00/1.00 vMB 5
862,942 862,942 000000000000000000013bbef6ad1faf2b5d2efd4483a236d3ca2a02261186a5 3,637 1.00/1.00 vMB 6
862,941 862,941 00000000000000000002a7cc74dabdbef08e92c36f53d6f39342030f2d176402 3,801 1.00/1.00 vMB 8
862,940 862,940 000000000000000000028a78b3b3e8759ead949908bb2b0c95b116883c81ea1c 4,566 1.00/1.00 vMB 4
862,939 862,939 00000000000000000001e296eee0e075b27b09ff2f1cefd168d8eb32a06558bc 3,463 1.00/1.00 vMB 2
862,938 862,938 0000000000000000000051d12516d0dcd83330bc042261b032fcc95cc0b68a5b 2,347 1.00/1.00 vMB 4
862,937 862,937 00000000000000000002efd79032b3f3ee22f8c7c4f13a527929f915eb430293 1,972 1.00/1.00 vMB 3
862,936 862,936 000000000000000000030066835b0d4abe3b8355074222acefdec8c00322ec79 1,438 1.00/1.00 vMB 2
862,935 862,935 0000000000000000000007d20e1484761c066a86b116f9db3db75d23e8985c8d 4,192 1.00/1.00 vMB 4
862,934 862,934 00000000000000000002cbf265f49481e35999953eb24feb7d0146f48371411c 4,626 1.00/1.00 vMB 5
862,933 862,933 00000000000000000001b10f59f8093b263c32e58fcd8ec9c072be80a44c90e8 3,450 1.00/1.00 vMB 5
862,932 862,932 00000000000000000002546d0a36603512f570fc82fc4f244ec324e6f0ec46f2 3,204 1.00/1.00 vMB 5
862,931 862,931 00000000000000000001d132a53fa4005df1374fbd1fab2ea99321d865b92a1b 4,085 1.00/1.00 vMB 5
862,930 862,930 0000000000000000000293b1e65eff862bd49a7aab3e5f13c9c78b4977905155 3,664 1.00/1.00 vMB 6
862,929 862,929 00000000000000000000ff797d6be0f13739a70c9bd1e7f151eb4f9009a16796 2,600 1.00/1.00 vMB 4
862,928 862,928 0000000000000000000320cc6069557364a030e3dd3c3c9c186c90bec0655198 2,406 1.00/1.00 vMB 4
862,927 862,927 00000000000000000001c00d726d0d61294c4eb5496b7d2cc949579d71dd4b10 3,743 1.00/1.00 vMB 5
862,926 862,926 00000000000000000002d171f1dc0005eab5f224c0a694f1044cad04390cd426 3,393 1.00/1.00 vMB 4
862,925 862,925 00000000000000000000e0d9c1e7b72486e6e2355a28ac9b5dd0f6ee37c7ba8f 3,861 1.00/1.00 vMB 6
862,924 862,924 00000000000000000001a5f41e9e5777e7d4b095670cfceea3ec0d7d48e462f7 4,892 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.29 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: 657.08 GB
    • Received: 14.48 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.