Loading Tool

Explorer IconExplorer

Memory Pool

81,929 transactions
31.03 vMB
0.11739453 BTC
Random Selection Loading Transactions
Max Size: 185.67/200 MB

Candidate Block

Mining Attempt 9f19ee3a8fd50c78c8f710d120d2aa2214b3197b429a7722297e91b932d392b0
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 1430eff842aafb3c9001e76bddb01730cfd5ae77520693613961609ddaa8ad69
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,534
Size: 1.00 vMB
Total Fees: 0.03398025 BTC
Feerates: 101.42 > 3.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (115,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
799,665 799,665 0000000000000000000429ff5b70dc4eae5fca5b64a95f5f3edb54495d5d90ee 2,832 1.00/1.00 vMB 32
799,664 799,664 00000000000000000004f6e1ae9b3079ffe651c8fc5edaac43c33b76530bcb44 2,346 1.00/1.00 vMB 27
799,663 799,663 0000000000000000000200fb5aed3595426b96fe12e134d4a25924cbed6c9e91 3,345 1.00/1.00 vMB 31
799,662 799,662 000000000000000000029c41a27228b5a3f41810417508d6924cd60d5baf9732 3,047 1.00/1.00 vMB 33
799,661 799,661 00000000000000000002b46fee6b50f45da71e2b4f43a870324083f028142aa8 3,398 1.00/1.00 vMB 31
799,660 799,660 0000000000000000000263c9e7a19fde94da0d24be546b9aa32116556808f5e2 2,610 1.00/1.00 vMB 35
799,659 799,659 000000000000000000017e54a076eb15ac10300e1bc05629334faa4f90e43330 3,145 1.00/1.00 vMB 26
799,658 799,658 0000000000000000000477e7c27b228b31b3f268685d5b30306f8cc97658f5d3 3,423 1.00/1.00 vMB 34
799,657 799,657 00000000000000000005072978af16be6bdc29dd923e2af3476631de4da86a94 3,397 1.00/1.00 vMB 45
799,656 799,656 000000000000000000053607df191d097e6bf86bdf0ffa637884a5513f346948 2,661 1.00/1.00 vMB 15
799,655 799,655 00000000000000000003fa739c9dc6d4e1acecc8367e7c824bdf58f22cff7840 3,438 1.00/1.00 vMB 25
799,654 799,654 0000000000000000000506b8bba6b614849ec7f2aa8ef7bf1dd5a0c77e07586b 2,047 1.00/1.00 vMB 16
799,653 799,653 00000000000000000003f7fdda0f11ac917206ca1057d287e4d550398c5d58ba 2,199 1.00/1.00 vMB 23
799,652 799,652 00000000000000000000e71f47437be7027384d382ba97d320915e8eaf4de580 3,419 1.00/1.00 vMB 28
799,651 799,651 000000000000000000003dccbf0cb5a36165e36a258db10ce12b86018828988d 3,883 1.00/1.00 vMB 36
799,650 799,650 00000000000000000000af74a951a1671819ddb7a4abf8a5ee2f657197e483fc 2,638 1.00/1.00 vMB 25
799,649 799,649 00000000000000000001baa9acccd21d7912fc1884be476df021c7a965c1b9b9 3,751 1.00/1.00 vMB 32
799,648 799,648 000000000000000000046e73494139f07da54b6656fe7789f45b9fc0d8630a96 2,885 1.00/1.00 vMB 8
799,647 799,647 00000000000000000003fa3926a48872c45e7d4c3d518f51f2fe345e21513cea 3,360 1.00/1.00 vMB 23
799,646 799,646 0000000000000000000365da56cf790e2d19ebecfff62573464138cae6480edc 1,859 1.00/1.00 vMB 11
799,645 799,645 0000000000000000000125ba4ac2a83bc74fb3b7921d9ec2ac2018d9896dcd80 2,620 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.33 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.