Loading Tool

Explorer IconExplorer

Memory Pool

73,183 transactions
27.17 vMB
0.06264793 BTC
Random Selection Loading Transactions
Max Size: 165.77/200 MB

Candidate Block

Mining Attempt c459cf9360500167d2eed8a6f3656ea620e1767ebe9fd3f9b9a2e2d2dcdebb0e
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root e8203689251dc9263c3a6c0f2e14bff3d53a32ffd943b761f0f4ae2e44f3a1a0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,953
Size: 1.00 vMB
Total Fees: 0.00473776 BTC
Feerates: 40.21 > 0.47 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (556,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
358,808 358,808 00000000000000000ed4c84fc599243f3fbb9c3ec5ad4d1ea6a3db141be1bc0b 459 0.29/1.00 vMB 21
358,807 358,807 000000000000000008812aed995bf832b4bafb2af4e41ab7f7e8309dea6ff996 324 0.20/1.00 vMB 25
358,806 358,806 00000000000000000fb122c91c210b3060fff913e483711f25bfb35d1d63537b 410 0.23/1.00 vMB 22
358,805 358,805 0000000000000000020feb8b3a86fc1603acf22c7fdc8e8bf82a7420d07b117a 521 0.33/1.00 vMB 22
358,804 358,804 00000000000000000cfc5a968df5cedcb729fd10c212d847062aa2eb2e615ee3 1,787 1.00/1.00 vMB 24
358,803 358,803 00000000000000000cf8bc428b9486bce40699d645e8181a5e1b97ee4ef7767c 408 0.21/1.00 vMB 25
358,802 358,802 00000000000000000e87fc82781365f8ae633df8aafff1bad7dd4a6adc4d7a35 1,050 0.73/1.00 vMB 34
358,801 358,801 000000000000000009548a3bbab68f488f51a11d9086dd71f34471112c3d9be2 864 0.53/1.00 vMB 22
358,800 358,800 00000000000000000913934b55ee19166e0094eda9cf94b7f1e94a8210ce6f13 428 0.36/1.00 vMB 7
358,799 358,799 0000000000000000121df6e6d23b11f79327b6c710be238cccbf80e1017bd6a1 946 0.60/1.00 vMB 24
358,798 358,798 00000000000000001388bdca2b8f874eab62dcd685309320de744ed1656a663a 1,640 0.75/1.00 vMB 30
358,797 358,797 00000000000000000d8f156933fe7e0ae36974a90eccb1379071ddbff8e335dc 661 0.44/1.00 vMB 20
358,796 358,796 00000000000000000db76936a18290e908720758ba145ef58930f73104a3e4a8 272 0.16/1.00 vMB 25
358,795 358,795 000000000000000006e57d9e6b95966fa41a930560e93ef47ceb52b130d9afbe 108 0.05/1.00 vMB 22
358,794 358,794 000000000000000010d2c8c4adab1c3ed7abcb77349bd3a075b8ae40243da41a 523 0.33/1.00 vMB 21
358,793 358,793 00000000000000000519a2b418ec32e368954cc2d8ace7811ce09f8615d5b1e1 622 0.39/1.00 vMB 27
358,792 358,792 000000000000000013ee4ee890a1b5338fe0043013a6733fc8a82f497799eaf9 419 0.20/1.00 vMB 33
358,791 358,791 00000000000000000d23b34699d559fd651a7fb430521470b5bda9e56115a101 1,034 0.62/1.00 vMB 24
358,790 358,790 00000000000000000d7ce7cf8a698d2466f95d5b6c11d3ce4e2a9ba622d589e9 182 0.08/1.00 vMB 27
358,789 358,789 0000000000000000103a01dfcaef4ee93612485c1aca2f35aea6a8baa23283e2 1,184 0.73/1.00 vMB 23
358,788 358,788 00000000000000000dd24cab20321cafcdf4058b6f3c25b9221c9e51710ba74b 25 0.02/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.95 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: 715.13 GB
    • Received: 17.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.