Loading Tool

Explorer IconExplorer

Memory Pool

80,171 transactions
30.20 vMB
0.07973054 BTC
Random Selection Loading Transactions
Max Size: 184.58/200 MB

Candidate Block

Mining Attempt e94d050f67d7464dd1da94366b906ac530b909888f13350106e86214715468e9
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 5f994bbf1a74d3e2c2d71f84f526cf7d81f18081374e0ba45a6a276c0b008168
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,272
Size: 1.00 vMB
Total Fees: 0.01242322 BTC
Feerates: 150.92 > 1.25 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (479,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
436,081 436,081 00000000000000000436b8c1e0ef7697b06974eef0a9b9e204b22cba91678894 2,616 1.00/1.00 vMB 62
436,080 436,080 000000000000000003cd9223b826370cb2a64207f05db160445472451c7b035b 1,108 1.00/1.00 vMB 53
436,079 436,079 000000000000000003e5867c5d788fe1ce77fa8ada45135ca3e0a378e394704e 2,190 1.00/1.00 vMB 90
436,078 436,078 000000000000000003ae38f81fa91863aeea2c501d92b619bf557971d4707ffa 1,922 1.00/1.00 vMB 54
436,077 436,077 0000000000000000003de40c4b24cb898f1251f3b7606fcd0cba14cb4fd3cda1 3,177 1.00/1.00 vMB 52
436,076 436,076 000000000000000003695014775f8f0d1451a1b6964c055fdea3f65d549196fb 1,070 1.00/1.00 vMB 68
436,075 436,075 000000000000000001faf6042cf73b28f3b8a54295ea1bbae54cd6b9ff7a1708 2,070 1.00/1.00 vMB 71
436,074 436,074 0000000000000000035a3fe8e227ec060c64c66ff4d49073215963f4c65ec787 1,854 1.00/1.00 vMB 66
436,073 436,073 00000000000000000146f5f3066a68083abd4b36d2bf9a0daec0d1c256c98393 2,272 1.00/1.00 vMB 54
436,072 436,072 0000000000000000029fc1d9f9cd9e25987b8b797ae819be10041b67c37d8b03 2,491 1.00/1.00 vMB 80
436,071 436,071 00000000000000000270ce3b3d61f1041fb9ec76b6e2733088995b4a2be5f3bc 2,175 1.00/1.00 vMB 75
436,070 436,070 00000000000000000389082d3caebf1bf70ac781647a413315f505a53f51a056 2,753 1.00/1.00 vMB 77
436,069 436,069 000000000000000000fafcc58ef6b0ba849a850ed97b356bd4b32fb0bcd0a74f 3,354 1.00/1.00 vMB 72
436,068 436,068 000000000000000001c82c1ff1bd5fe6be66fa26e11849dacea1dda13514ad53 2,481 1.00/1.00 vMB 92
436,067 436,067 000000000000000000578406a0f7e58096c8e3c24a5f280ff3d6ec6e2dce1ee8 2,837 1.00/1.00 vMB 90
436,066 436,066 000000000000000002cad3699b4e302824899c495a94401fabd92777288a1b6d 2,782 1.00/1.00 vMB 82
436,065 436,065 0000000000000000005311f3a2341eb45f020764a5d9282149f1476e1ce6e836 2,570 1.00/1.00 vMB 77
436,064 436,064 00000000000000000157b5c0473a7c39ea2b34e05ae952a404d3942fc5761fd6 1,761 1.00/1.00 vMB 78
436,063 436,063 000000000000000003ae9c5cffd4d287be6a7b39434a1b0595e5389cab26d573 3,174 1.00/1.00 vMB 59
436,062 436,062 0000000000000000034000e6f1d431f61240b79fcde9ae872e5e6df58dffd6bf 2,299 1.00/1.00 vMB 78
436,061 436,061 0000000000000000011364ae437106e228d746cd0b56cbedc2409b1f37320954 2,299 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 783.00 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: 718.55 GB
    • Received: 17.91 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.