Loading Tool

Explorer IconExplorer

Memory Pool

78,852 transactions
29.90 vMB
0.11948271 BTC
Random Selection Loading Transactions
Max Size: 179.63/200 MB

Candidate Block

Mining Attempt b2f511be6100f18e093eb6f248e27d889fac2adc609565daf8b472baa98b4430
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 1d3818b57e3fdaff86d2c066365bf087cc5cabd03e87724dfae124d4fa3c43ca
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,473
Size: 1.00 vMB
Total Fees: 0.03671619 BTC
Feerates: 673.02 > 3.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (433,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
482,094 482,094 000000000000000001327db4ba4df03e465b5c09e37878a1e48cb0c34afa4732 1,698 1.00/1.00 vMB 458
482,093 482,093 000000000000000000379881e30766a4b2dfbe72e633a8250352efb644d3a5c0 1,952 1.00/1.00 vMB 481
482,092 482,092 000000000000000000331f7bc309265eef7a4bd5ea24fe723ff107d52f601dd7 2,156 1.00/1.00 vMB 454
482,091 482,091 0000000000000000005d25f45b38b3e17e4cd39880e64779b59f33f6eff33b48 2,079 1.00/1.00 vMB 559
482,090 482,090 000000000000000000c5a08c3871bb4d977431e8da09d46179724ec7508b8223 2,008 1.00/1.00 vMB 270
482,089 482,089 00000000000000000020126b496c7d8e911c8150bbed3a434966f0dcaf723fbe 2,583 1.00/1.00 vMB 298
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
Previous 10 blocks ↓
Total Size: 782.86 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: 713.04 GB
    • Received: 17.28 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.