Loading Tool

Explorer IconExplorer

Memory Pool

82,253 transactions
30.05 vMB
0.14969589 BTC
Random Selection Loading Transactions
Max Size: 182.10/200 MB

Candidate Block

Mining Attempt df3af50f3da068ca3bc0c6b4a066748eb173f3d37b44409c7be3433a8fadb536
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 8ed536d7ff1deab24dd6c3a02747db126367861c2eb4063030fe0d94170dcba7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,851
Size: 1.00 vMB
Total Fees: 0.07911703 BTC
Feerates: 101.65 > 7.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (355,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,876 559,876 0000000000000000001c716e84b39370a8ddbe40d2658bfe79e83d573fa29295 591 0.19/1.00 vMB 20
559,875 559,875 0000000000000000002e08092bf8d46d49653bad33ad56ddcf82db6a6f5ba1dc 1,333 0.45/1.00 vMB 13
559,874 559,874 0000000000000000002110c80a8715d2a140d1f9ff2e9c4dc34519ee8c531156 897 0.54/1.00 vMB 11
559,873 559,873 0000000000000000001f25cef26b2ec25d37bdb23bb93dc317f3dd7cd437efce 693 0.34/1.00 vMB 16
559,872 559,872 0000000000000000001e2e554e8cf3c5742c2ab8298bee80d11d386d1ddc158b 532 0.17/1.00 vMB 10
559,871 559,871 0000000000000000001a5b9bb1489917a36adea6d8bb2f6704623bf6f95a9844 206 0.06/1.00 vMB 15
559,870 559,870 000000000000000000001ce8e118d4b21bc912f32f9812c4d119316be744e2a8 352 0.11/1.00 vMB 13
559,869 559,869 0000000000000000002f41bc85c16beca3c0be8e20bf8c9eaa1f0d98ff308ba0 2,512 0.86/1.00 vMB 15
559,868 559,868 0000000000000000001c115485b044c75dbf2aeaf3d804e7c1b9f8b7f84a4beb 2,560 1.00/1.00 vMB 15
559,867 559,867 00000000000000000017655af200d12f4c8d2655805af4e45815b9ed35cd06fe 1,593 0.52/1.00 vMB 9
559,866 559,866 0000000000000000000a7861da7789ad7e7f75b71dcca35594ec935b2fac6ba9 2,273 1.00/1.00 vMB 35
559,865 559,865 0000000000000000000984a8778e4fddce34823157f4fb0cc3c4ab49d04d611b 2,302 0.82/1.00 vMB 16
559,864 559,864 0000000000000000002c7d190b1e9b6048f242451e1ac60c1b0e52fdf868ec28 1,397 0.48/1.00 vMB 5
559,863 559,863 0000000000000000000afa55ba177493e609f9010d3328aa5aaf5b8398fc998b 2,662 1.00/1.00 vMB 25
559,862 559,862 00000000000000000013b129ffe9540ebf5810ce6082bc2d19fada8833120e3b 629 0.32/1.00 vMB 19
559,861 559,861 00000000000000000014d5dde3f564195ca3b1ae941c282e8cb016e2107f1246 3,126 0.99/1.00 vMB 7
559,860 559,860 0000000000000000000c0fcd3c36cde7c8beb42f3ae056dd99bbc2321e05946c 2,721 1.00/1.00 vMB 23
559,859 559,859 0000000000000000000527c737f117765efff01aea87943a9de18cdf846913ff 701 0.24/1.00 vMB 12
559,858 559,858 0000000000000000000b7ea779cb2d838dbfd06a21a04409cafcbafa8eb51c67 314 0.17/1.00 vMB 14
559,857 559,857 000000000000000000222fd49292f81f3305c47bad9935aa26854e5ae9656916 1,271 0.48/1.00 vMB 15
559,856 559,856 0000000000000000000ede4765f5e8f1bef707547e62f2876984d3d801ae3714 2,156 0.78/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.60 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: 671.70 GB
    • Received: 15.99 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.