Loading Tool

Explorer IconExplorer

Memory Pool

73,581 transactions
27.22 vMB
0.06329719 BTC
Random Selection Loading Transactions
Max Size: 166.29/200 MB

Candidate Block

Mining Attempt fa2034e00772155ba1ef16137d4e75cdac9a8b4bfe3658edc0314425bbde8d45
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root 68f5b2829a27ce15ac7006ec0971e1ceb3f8fba6a5b26f0402f1a04e2cb1ea9a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,758
Size: 1.00 vMB
Total Fees: 0.00550152 BTC
Feerates: 104.71 > 0.55 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (433,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,088 482,088 00000000000000000014926b3dd8fd557f12c1baa43ce72e2e4f9964fa6c8fbd 1,795 1.00/1.00 vMB 221
482,087 482,087 00000000000000000086b374be56d5ab212b13c833df70576d3248297a6f9dc1 2,323 1.00/1.00 vMB 281
482,086 482,086 00000000000000000132120d391b476ceef15cd37e7456d4b2d367d3571c11c6 2,724 1.00/1.00 vMB 298
482,085 482,085 000000000000000000e30a00151266431393d0de3fbe99a94a60f15aec631bae 2,081 1.00/1.00 vMB 408
482,084 482,084 000000000000000000d5a30e2e3259550a40f34b608ac269f35944129a710de7 2,014 1.00/1.00 vMB 474
482,083 482,083 000000000000000000fdf0b7a13eac5dbc0eaf0de05aee3fc8f046fd0dc88145 2,082 1.00/1.00 vMB 490
482,082 482,082 000000000000000001332d86c8c2c1cef74971a88df7c769443b16ecbff43cf5 2,056 1.00/1.00 vMB 408
482,081 482,081 000000000000000000aa40d547b0006122283241c6f8e1fd3e1a03558c2768e3 2,481 1.00/1.00 vMB 369
482,080 482,080 000000000000000000ba612bcee6212d2e43a1b8960e9b42d8a8292a1ab431de 2,455 1.00/1.00 vMB 305
482,079 482,079 000000000000000000c7e14110a64049dba58ff5a171aeaf0708c0273ad56cd5 2,329 1.00/1.00 vMB 372
482,078 482,078 00000000000000000017f1cd192f8ccbbcf3a56a6892de331f82301a487898be 2,521 1.00/1.00 vMB 383
482,077 482,077 000000000000000000ec130be16b318ef1fe18b3ba11293f2640fea62f35417a 2,122 1.00/1.00 vMB 517
482,076 482,076 00000000000000000060f20049459ea54649e8cf35db829ef6d185f3328c1cef 2,746 1.00/1.00 vMB 320
482,075 482,075 00000000000000000060b3361fd23ec94414fc9db51b2fc1589f19b2ff4d85fb 1,788 1.00/1.00 vMB 499
482,074 482,074 000000000000000000f9a5dc8661e12631a816c62dc1129480db19a7cee9ff0b 1,754 0.99/1.00 vMB 278
482,073 482,073 000000000000000000ec6089eec64ac89c46d218c3908b848c2fa161bd6ff598 2,054 0.99/1.00 vMB 403
482,072 482,072 00000000000000000055e4725b28571b07664017735f9994b949f316742fdd6e 1,951 1.00/1.00 vMB 366
482,071 482,071 0000000000000000008ad8c0b150bd3a284487ad124c8cfce0b8663e517beef0 2,030 1.00/1.00 vMB 463
482,070 482,070 00000000000000000114f39ec328900bfe12f4d9493d23533de51e96bebfefe0 1,943 1.00/1.00 vMB 335
482,069 482,069 00000000000000000046a8bae178c57e3589bea47b01c7907d06861b5f1708a1 2,067 1.00/1.00 vMB 276
482,068 482,068 00000000000000000052d3d50c74046681f85b5716d0f37c7578d1efd6823dfe 2,037 1.00/1.00 vMB 352
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.54 GB
    • Received: 17.18 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.