Loading Tool

Explorer IconExplorer

Memory Pool

76,462 transactions
28.35 vMB
0.09461886 BTC
Random Selection Loading Transactions
Max Size: 171.77/200 MB

Candidate Block

Mining Attempt 807babb1c43f9517098a39cd37e4ad3f2df97f64a1be46524c1b961e7578a2dc
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 5948f8f8214c5173942363623b1a4c101dcf40dff00a94a9be9fb166cd46ed25
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,499
Size: 1.00 vMB
Total Fees: 0.03185486 BTC
Feerates: 150.80 > 3.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (459,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,813 455,813 000000000000000000ad6d334c0e54b88dccba598340c9c69100d3472b6cdca2 1,996 1.00/1.00 vMB 181
455,812 455,812 000000000000000000670a664f65651a4655ebb24578ac853000a9989cf825ae 2,360 1.00/1.00 vMB 238
455,811 455,811 00000000000000000153a461254ae61a7c27503c4304f41b053ce2b6098c17a9 1,452 1.00/1.00 vMB 91
455,810 455,810 0000000000000000012d6f17acd67e55303c7ce75a8d44c24784044865b896fd 2,139 1.00/1.00 vMB 88
455,809 455,809 0000000000000000016f660d3db22d7d0bb7dcbd9de7663e092e9e01877797e4 2,287 1.00/1.00 vMB 77
455,808 455,808 000000000000000000f51530fda18ce357e2a5504e606f69038fe241e9109e94 844 1.00/1.00 vMB 85
455,807 455,807 00000000000000000107a158529ac9448946981489894a00075b2a9968f567b7 1 0.00/1.00 vMB 0
455,806 455,806 0000000000000000025e83218aa34690df030c1e9480b1f2f9b21227a2bfdc80 1,782 1.00/1.00 vMB 90
455,805 455,805 000000000000000001ad704df0914cb5b26e91e5769eaf102199e2dc57a36556 1,808 1.00/1.00 vMB 104
455,804 455,804 000000000000000000f0313392f5cf96f2a6967565bff4bc4269b022dccd6b30 2,229 1.00/1.00 vMB 171
455,803 455,803 000000000000000002257805a355e8911336564b818f197a9a64acb3e1d09dd5 1,974 1.00/1.00 vMB 109
455,802 455,802 000000000000000001b3510ae13d3fec027c08526ce720b0cd8784e370b362ed 1,940 1.00/1.00 vMB 143
455,801 455,801 00000000000000000108f3471073c1f640a00c57fe7913e12cb0a58c81ccfbcd 2,291 1.00/1.00 vMB 184
455,800 455,800 0000000000000000001e3b4c55ac162146a1da39972e97024d5ff177518f2d77 1,918 1.00/1.00 vMB 145
455,799 455,799 0000000000000000006ae7c4235c5f4fadccfa2a84a156dd5af51ac0f3e1d195 1,535 1.00/1.00 vMB 120
455,798 455,798 0000000000000000012dac8bef004ce7a2a7d121f1a3673008f4d8fdca9c1785 2,493 1.00/1.00 vMB 137
455,797 455,797 000000000000000001cf90882714fddbaa019b337aee4c59047bfcf4aea4b04c 1,940 1.00/1.00 vMB 140
455,796 455,796 000000000000000001036386b50c9dd559c055505ba0f1c10f9427c82096fa66 2,265 1.00/1.00 vMB 204
455,795 455,795 000000000000000000708cb907ca8cd4c3783ab8a1e0c2b0fb1df06214066bf2 3,306 1.00/1.00 vMB 125
455,794 455,794 00000000000000000022ad3a8e5047153b64134de113337531eb34f0d68146ec 2,913 1.00/1.00 vMB 133
455,793 455,793 000000000000000001d47e572db1fecdafaae3bf0ad88a3baae469f3f5b55eab 1,742 1.00/1.00 vMB 179
Previous 10 blocks ↓
Total Size: 782.85 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: 712.62 GB
    • Received: 17.20 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.