Loading Tool

Explorer IconExplorer

Memory Pool

47,673 transactions
28.55 vMB
0.06830278 BTC
Random Selection Loading Transactions
Max Size: 152.88/200 MB

Candidate Block

Mining Attempt ffffc6f8cb7712aee2c6eb7ee551c60de6cb578b825786bda501d6d88356173e
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 185a0d37ebd705791a282ca25c1be8daeae33de801e700a3c1ab2a5d90feee01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,640
Size: 1.00 vMB
Total Fees: 0.01412875 BTC
Feerates: 173.90 > 1.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (76,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
837,944 837,944 00000000000000000002388cff82f4dd3a00e090ac36023221fd9bd53a7dea89 4,624 1.00/1.00 vMB 6
837,943 837,943 0000000000000000000221cd9f7de68214f4e5704581d41177cdb160b46d627d 3,452 1.00/1.00 vMB 6
837,942 837,942 00000000000000000002d5aecf86cdfd7e193dfdd0314ac50dd555f83971b498 3,369 1.00/1.00 vMB 9
837,941 837,941 00000000000000000001bf50bf65029f1d7af3bdb502fd69cfad02e1b4934997 2,421 1.00/1.00 vMB 8
837,940 837,940 00000000000000000000e5ac4b7e722b3bd2cd74aaa2a03eb22d7c1c041ab318 3,826 1.00/1.00 vMB 10
837,939 837,939 00000000000000000000056a125dfaa7e2ba6fcdc86558b5e66dbe0722eee93c 3,892 1.00/1.00 vMB 12
837,938 837,938 0000000000000000000298b25901a0e55384265e951900180b6daa8532f7d3fb 2,078 1.00/1.00 vMB 7
837,937 837,937 000000000000000000027692479e85125f88f17e2fe75cb7d087e0e95cd04ef7 3,625 1.00/1.00 vMB 9
837,936 837,936 0000000000000000000349a1cf5fb0bbd877ed65b78d470cddfe7ba543f1d326 2,703 1.00/1.00 vMB 13
837,935 837,935 00000000000000000001c41e85e73a72c1ced2b06d7100bc968c2e53f51ef0de 2,808 1.00/1.00 vMB 9
837,934 837,934 00000000000000000002b68ade8d56e9b0a8ebdb8d654f9e4ec53d8b3954ba49 3,307 1.00/1.00 vMB 13
837,933 837,933 00000000000000000001093c6c2809931fe9ab17404d7d30d06858bcaa6ae706 3,163 1.00/1.00 vMB 12
837,932 837,932 000000000000000000008248b44bd51c0b5f40c5b2b46c53611de00c5848cf5b 1,594 1.00/1.00 vMB 9
837,931 837,931 00000000000000000001ba7081efe9f056a3feb24c01bb8d3068b8e09a021e93 1,810 1.00/1.00 vMB 9
837,930 837,930 00000000000000000001ad5762d54e4a26b33afa092d30784bdf344315c5b1ce 3,259 1.00/1.00 vMB 11
837,929 837,929 000000000000000000002f7b9ee23b210e0411707468f75350c99baea36d394b 3,234 1.00/1.00 vMB 12
837,928 837,928 00000000000000000001e675715e679b07ebc77a126482c7cbe0a3473b0ba46f 3,901 1.00/1.00 vMB 7
837,927 837,927 00000000000000000000da7de679055727ed8722babc56cef8d06774c159f3d4 1,277 1.00/1.00 vMB 7
837,926 837,926 00000000000000000001e86f3ffd4caa6e75abc040216204fa99b03643987387 1,529 1.00/1.00 vMB 10
837,925 837,925 000000000000000000010cfffaa8e60c654626f493da7a9e4f5787f4c26fabf8 2,403 1.00/1.00 vMB 16
837,924 837,924 00000000000000000001234a47dd77ca74bb62752b29d77ce037169aa6a3771e 2,171 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.11 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: 651.83 GB
    • Received: 13.65 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.