Loading Tool

Explorer IconExplorer

Memory Pool

26,064 transactions
5.01 vMB
0.05175591 BTC
Random Selection Loading Transactions
Max Size: 38.72/200 MB

Candidate Block

Mining Attempt 8b99d8e027b3bd995a614c2fb91cd4cd736188098d686de9f0ea4366dcc2f657
Version 20000000
Previous Block 00000000000000000001a43c2609c80932902dff9b814dd3783825c81c6f06a5
Merkle Root 779c8d72d4931c4023911bbd7b382c0d4c10e9ed749724cbbecda0b08a5ca99a
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,571
Size: 1.00 vMB
Total Fees: 0.04212350 BTC
Feerates: 477.45 > 4.22 > 0.16 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,033 (214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
937,819 937,819 00000000000000000001c72b9918084038f16115038635c03ab642565a5578b6 4,022 1.00/1.00 vMB 1
937,818 937,818 00000000000000000000867602ebfc03a64e2a9886a0c8cff7633499847ce0b9 4,684 1.00/1.00 vMB 0
937,817 937,817 000000000000000000009025a9fdaa6b039c0df253b46331bdc12e7165c6a819 4,519 1.00/1.00 vMB 0
937,816 937,816 0000000000000000000084cee04a03de676f6bf71ba7c18b3f7c33776767fd07 1,794 0.51/1.00 vMB 2
937,815 937,815 00000000000000000001f2874e5312d804eb41b0a8e042fc26827070569b75a0 4,412 1.00/1.00 vMB 1
937,814 937,814 00000000000000000001ebd2e98f3cda72cb7499fec3d33a57fa38c310bc79d7 3,866 1.00/1.00 vMB 1
937,813 937,813 00000000000000000001d9424b22c0c2df5b71599f073159683935a26327cbc2 3,686 1.00/1.00 vMB 1
937,812 937,812 00000000000000000001e5c9de01394db38e5e15dbc143366dba8a8e789f9506 4,422 1.00/1.00 vMB 1
937,811 937,811 0000000000000000000066ddd2de14416cac2f3a277adb8533babfe2c1ffea7d 5,264 1.00/1.00 vMB 0
937,810 937,810 0000000000000000000157a2f72973767d1da43eb5bd8688769e018b87ac950f 3,304 1.00/1.00 vMB 3
937,809 937,809 00000000000000000000e535c0b87949f542c920dfc5880a6e6c0af47e511a34 3,741 1.00/1.00 vMB 0
937,808 937,808 000000000000000000013d242f631742bec9af78e224609529a3067627610d74 2,478 0.72/1.00 vMB 2
937,807 937,807 0000000000000000000046d126ae9b0bc96a8d6ed46052d7e8f2c789c714b106 4,819 1.00/1.00 vMB 0
937,806 937,806 0000000000000000000101818cc72fefd23b496e5b48791f5cac5c36594af815 1,506 1.00/1.00 vMB 0
937,805 937,805 0000000000000000000112a63b27dfb2aec12b1ce55a966c3eb0363e6f551d45 544 0.17/1.00 vMB 2
937,804 937,804 00000000000000000001a5839ec2364e06daf638b037a25e4abbce5f76e98a8b 1,362 0.38/1.00 vMB 2
937,803 937,803 000000000000000000018139b7d8d13cc2a3bdf678f031cb935c2f1d822d7da8 2,772 1.00/1.00 vMB 1
937,802 937,802 0000000000000000000116e499f70ac062cf72dcbc167d12e71331fec61a79a5 2,902 1.00/1.00 vMB 1
937,801 937,801 00000000000000000001685ebf561555efa2db77bd51d2e1a5138ec572c43827 3,617 1.00/1.00 vMB 1
937,800 937,800 00000000000000000000574f487df1021228761a92c689d43d5225e0f0cb696d 1,494 1.00/1.00 vMB 1
937,799 937,799 000000000000000000003a63b00a3d8dcda75e62e44523c1be39f457fb2cb2cf 1,196 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 823.22 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: 4,078.73 GB
    • Received: 222.83 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.