Loading Tool

Explorer IconExplorer

Memory Pool

78,667 transactions
29.30 vMB
0.10643163 BTC
Random Selection Loading Transactions
Max Size: 176.18/200 MB

Candidate Block

Mining Attempt be3729aa03ddd7d27ff6c827a776a43cc12b2cf3d11330d3ce6cc1e19171d5ef
Version 20000000
Previous Block 00000000000000000001a2148a353b227d382a7d8eddccbe4a14c874fc92a04e
Merkle Root 1fa8a1e53a3e246466e3f5bdbd7d02db4caa93f73b24f17b837d9856be22dc0c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,595
Size: 1.00 vMB
Total Fees: 0.02966814 BTC
Feerates: 144.91 > 2.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,267 (103,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
811,890 811,890 0000000000000000000192e87de422ce86a91dec4133d6c1af7fa51f3152bc88 1,094 1.00/1.00 vMB 12
811,889 811,889 000000000000000000027b2a52025c0c8f4f1b8be1cf0961a88168b9a6808056 1,035 1.00/1.00 vMB 13
811,888 811,888 00000000000000000002ecf431e602a11c86d7dedd27fecff0b229eeb2ba9fe3 893 1.00/1.00 vMB 11
811,887 811,887 000000000000000000040acbaeb0629c19cb382a3460e721d1fd6cb6713a0912 3,298 1.00/1.00 vMB 18
811,886 811,886 00000000000000000000fb89fcc879c8ccca117b218c4311f0b10c9f6dd57aa8 3,497 1.00/1.00 vMB 28
811,885 811,885 0000000000000000000421a9f1033a548a0b2cb6b19373401ce0cca24d138828 724 1.00/1.00 vMB 12
811,884 811,884 00000000000000000000508e5f2617285fdd0c81d0defc2ec418f242b1966a7a 1,934 1.00/1.00 vMB 13
811,883 811,883 00000000000000000004050b2b61963803493dbe4bf134a3abc7784bcc8d7c97 1,065 1.00/1.00 vMB 11
811,882 811,882 00000000000000000003f86e566cc269a85cebf0ca79ff3e7a04d9889addfe6b 745 1.00/1.00 vMB 12
811,881 811,881 00000000000000000003771842632b5a9e44e1cd9bc4c97fb1a03ef184084a09 1 0.00/1.00 vMB 0
811,880 811,880 0000000000000000000190abf51d4d17516ac542e9835d3bd2252e211360d3cf 3,051 1.00/1.00 vMB 21
811,879 811,879 00000000000000000002dc7710176934950fa5747ca79a8c23e56b2908925d3a 1,834 1.00/1.00 vMB 18
811,878 811,878 00000000000000000001ae1a54f79911b88c383648d24950424f40b366460e9d 3,438 1.00/1.00 vMB 23
811,877 811,877 00000000000000000001f7afe681eee11dc98be30ed4e8b9d4a0df546414e1aa 3,189 1.00/1.00 vMB 22
811,876 811,876 00000000000000000004cfd2a4c8edafac5cbd376023505605c7157eb42f0d8a 2,941 1.00/1.00 vMB 22
811,875 811,875 000000000000000000021548cdb749ed182ad4666dc54439cbf4aed11504ba8c 3,174 1.00/1.00 vMB 14
811,874 811,874 00000000000000000004ab836a4b7e77fa9b3b4473cde837f89c9003f957e236 1,696 1.00/1.00 vMB 17
811,873 811,873 0000000000000000000287e21e7eb3f2f1ca492a558fbf5b7f59033da858f3e0 3,738 1.00/1.00 vMB 22
811,872 811,872 0000000000000000000188852ce55bb5bdeae70f84e1c24b531e0287fc3b37b2 3,874 1.00/1.00 vMB 22
811,871 811,871 0000000000000000000408ce02b92d215c25b05eeae9ccb46255b7208a61f194 3,366 1.00/1.00 vMB 23
811,870 811,870 0000000000000000000074cba89661782ecd71f1748bd5fd0568febfc574490d 2,866 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.85 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: 712.81 GB
    • Received: 17.22 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.