Loading Tool

Explorer IconExplorer

Memory Pool

37,575 transactions
28.36 vMB
0.05934000 BTC
Random Selection Loading Transactions
Max Size: 143.21/200 MB

Candidate Block

Mining Attempt 429eff95a963461b2d95d7810766219467a14a7a3d5d221e0d0d2cbe1e5ca3fe
Version 20000000
Previous Block 00000000000000000000fc1b22b226be4f8f20ca017dd860478d904079c7d5bc
Merkle Root 2e6b6fee55c317ea24a89f342cb1364fac3048c63fb4558a136e3eb69b29bf67
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,484
Size: 1.00 vMB
Total Fees: 0.00479470 BTC
Feerates: 40.21 > 0.48 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,588 (486,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
427,772 427,772 000000000000000002c738515d37c408f23880b2b28587daf8dfefb439e906de 1,472 0.86/1.00 vMB 42
427,771 427,771 000000000000000000e13597b7179e7f880ca573a3c36aa85c0e8ad07f2c4500 1,406 0.95/1.00 vMB 42
427,770 427,770 000000000000000003942b3cd2e300a1f1cf27b99806a38161085a22fad6b450 2,076 1.00/1.00 vMB 48
427,769 427,769 000000000000000004f2ff547b043c52582110606639dc0d6859948b7c801e2b 2,309 1.00/1.00 vMB 78
427,768 427,768 000000000000000001ab90fee68f7257dfe862d804ce4c2ed72702014df3f8dc 1,564 0.75/1.00 vMB 65
427,767 427,767 000000000000000003674eab9860bf52bb23c16323ea6493067571de30c59089 1,354 0.82/1.00 vMB 40
427,766 427,766 000000000000000000e637c5d3b622b15879e8ae8fe39695d40dba7da8c56e8b 2,805 1.00/1.00 vMB 74
427,765 427,765 000000000000000003b3163476f24af497fc7b6058ed9965f55a7331807bea71 1,528 0.82/1.00 vMB 58
427,764 427,764 000000000000000003aab718db46f487998544b4ecaa93a3007331c742f83d3b 742 0.34/1.00 vMB 58
427,763 427,763 000000000000000000b7a11230710af9aff29777c5ac5198f6b027adccb44bd0 1,287 0.94/1.00 vMB 28
427,762 427,762 0000000000000000025f0e34d50dbd6c48817a9f39af8f74cddf5e628c8bfebe 2,764 1.00/1.00 vMB 73
427,761 427,761 00000000000000000294b2c04c54b1beaaeb4a9634cf94bfadf5638b752e8a2b 244 0.12/1.00 vMB 54
427,760 427,760 000000000000000001009e8d7e705574be5adc2a14a8188092df940183ed5c78 1,545 1.00/1.00 vMB 27
427,759 427,759 0000000000000000042f305fe2a1dcaa2ea0886a045b056d40aea81f15490765 1,544 1.00/1.00 vMB 45
427,758 427,758 00000000000000000023c4463424eba71d15bd02fbd54ea15914c95490bd0b80 1,602 1.00/1.00 vMB 44
427,757 427,757 0000000000000000008faf505760ea3b1925882f3d6f3d6b18df9877bb89ec2e 2,154 1.00/1.00 vMB 67
427,756 427,756 0000000000000000024b4db7f54dd757a3ea5cfb7bf8ef193b83a127152dec37 2,079 1.00/1.00 vMB 55
427,755 427,755 0000000000000000039213c4a24d056ce0892f9b64fa1d51ca9138db99f991d6 2,354 1.00/1.00 vMB 54
427,754 427,754 000000000000000003383b9ac49abb339a66985269a849a22351fba48eef1ef7 2,563 1.00/1.00 vMB 56
427,753 427,753 000000000000000004a3b2acb049e1db256a413a07369f8433c84b472ddf1044 1,792 1.00/1.00 vMB 73
427,752 427,752 000000000000000002b4835da3682ae5e8a820f1d6ceb9854d0776807e6b5271 2,089 0.93/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 781.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 627.58 GB
    • Received: 11.74 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.