Loading Tool

Explorer IconExplorer

Memory Pool

79,521 transactions
30.07 vMB
0.07826231 BTC
Random Selection Loading Transactions
Max Size: 183.84/200 MB

Candidate Block

Mining Attempt 18bb72269eb19165484af98dc5de6273e4b2b45a7298b9e1b1d1b81426ac320a
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 3e005b55f7ed0ab5711f0d6a63a92d67f1f83af9d5698f8d524b529ec91ea22b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,234
Size: 1.00 vMB
Total Fees: 0.01144085 BTC
Feerates: 100.65 > 1.15 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (485,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,882 429,882 000000000000000002bcd35774f1fe1bcde46d24371ee71a54ffa2e5b9b9c4d8 2,657 1.00/1.00 vMB 64
429,881 429,881 0000000000000000036761c6e300df698b9b14ef0dfb364c068a34c4a3eaf9f2 1,895 0.98/1.00 vMB 48
429,880 429,880 0000000000000000037a2c725f6de7a3b97b257e2c19873cb16c44f1d29a1fca 685 0.42/1.00 vMB 42
429,879 429,879 0000000000000000004ab59b053812b3e7a65c1ffa755f0c483952575d83d49f 131 0.06/1.00 vMB 53
429,878 429,878 000000000000000001bf2180539d1633ea065cb64345b2a4181617e84d54af78 599 0.59/1.00 vMB 29
429,877 429,877 000000000000000004979f3536ce7575db9d8de146c30a676cbefe6f829f7d97 1,569 0.75/1.00 vMB 55
429,876 429,876 0000000000000000028007ee35c9827f8157bd0a91a8861aebb90e47a004658e 252 0.13/1.00 vMB 48
429,875 429,875 000000000000000000a16912a7eaba713fce99fdc3e6ee24bdfcab47e522571e 118 0.05/1.00 vMB 65
429,874 429,874 0000000000000000029bb6b08f40f45d4a35b52b0b770eae2505548fbe46feba 455 0.17/1.00 vMB 61
429,873 429,873 000000000000000000eef9d68a887cc182845f157eedde69e50b3d000ead9ee9 399 1.00/1.00 vMB 8
429,872 429,872 000000000000000002cce2f49e56b5e2951ffbc2b8fd81552574d43b20f54673 1,373 0.98/1.00 vMB 43
429,871 429,871 000000000000000000661ae97f81f428fd8bf99ba1d4f3099c76d3b2bebbab2f 1,019 0.45/1.00 vMB 56
429,870 429,870 0000000000000000026142fdc71887f14641bf32d82ffc8d212eed2e55630f7d 1,513 0.71/1.00 vMB 54
429,869 429,869 0000000000000000044600ff23f2350a767f2489e73fa36241a1381f54b43a1a 743 0.54/1.00 vMB 34
429,868 429,868 00000000000000000489b3cb9e810019e4b0ee4a483bcb1290d3dd664a888628 963 0.41/1.00 vMB 62
429,867 429,867 000000000000000004960744f6cce4d05907dc5fcb8e46c7ca754a7426e0516a 1,345 0.68/1.00 vMB 52
429,866 429,866 000000000000000001a567e0f16a9b0160e2aa6c1786dcefca487a8bc8ad8fd0 2,065 1.00/1.00 vMB 49
429,865 429,865 0000000000000000038ac231fb6832cf9bc5a9277352bef6f576744b20faca93 2,267 1.00/1.00 vMB 81
429,864 429,864 00000000000000000331aa5ab4173a2df5ebaf5a650bb849d9f446860779e8e2 933 0.37/1.00 vMB 55
429,863 429,863 0000000000000000045d587b737d17f5898ed8ebe6fbbc700968234c459ae54f 736 0.89/1.00 vMB 25
429,862 429,862 000000000000000004c53c8d9305f63b8dab9ae66afa6ab9f762a94282c9de05 1,581 0.98/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 783.07 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: 720.88 GB
    • Received: 18.29 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.