Loading Tool

Explorer IconExplorer

Memory Pool

42,525 transactions
26.93 vMB
0.06093592 BTC
Random Selection Loading Transactions
Max Size: 141.48/200 MB

Candidate Block

Mining Attempt 9fa7eb3d56fa42d8f0a68defeb84381bebeed0bae3b485f21a660a0118f0535d
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 92b1ed9b797256182bd2c9de9a1d285d24fef19da0b80b9be94941642dac71ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,941
Size: 1.00 vMB
Total Fees: 0.01091093 BTC
Feerates: 103.41 > 1.09 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (550,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
364,888 364,888 000000000000000014e1fca778b8366b3a56db60c9667920ab308e7b08148532 1,873 1.00/1.00 vMB 45
364,887 364,887 00000000000000000a45a19cf6baa507718cf6a2c8b509fb86bc01850453b396 698 0.99/1.00 vMB 25
364,886 364,886 00000000000000001117f95de70350c55f367a9f73f313436f13e91e14a0c1e0 5,235 1.00/1.00 vMB 18
364,885 364,885 00000000000000000c5487aaf891cd067edbcaf4c05d4273aa71af2a651c83f4 1,381 1.00/1.00 vMB 40
364,884 364,884 00000000000000000f25b6c53604252798277bad1162679278ef9babf111a234 1 0.00/1.00 vMB 0
364,883 364,883 000000000000000009ad5a4fdeeec58a82cd53d19b6904468262a44234ea964a 1,947 0.95/1.00 vMB 63
364,882 364,882 000000000000000014777d30d96022ffc51ae8b989b808a72cb6d37d07b1cab2 407 0.99/1.00 vMB 18
364,881 364,881 000000000000000014ae285cbdaab8360c2bbc392ff1140aea28b5fd686054ed 1,865 1.00/1.00 vMB 75
364,880 364,880 000000000000000004a057fedd99a2a5f14888df4b77a5a401068b97645f1140 1,974 0.75/1.00 vMB 53
364,879 364,879 0000000000000000067b4a60e68f65b47535a5c13306ab3a292d3fae8d730aeb 1,472 1.00/1.00 vMB 43
364,878 364,878 000000000000000003c0222db0e3b9fe37c66890c6d3851d81b06bd804bb4d4a 1,094 0.93/1.00 vMB 26
364,877 364,877 00000000000000000fba34ff79cf46902e73b752dd1f7b40189d8b01eea0f889 1 0.00/1.00 vMB 0
364,876 364,876 000000000000000002a0f6e0afb57b61c12c7aff3fda96af7214df4c06f5e6f0 1,407 0.93/1.00 vMB 42
364,875 364,875 00000000000000000226556b8e3a5a7336f28155a40a507ead0918230b8d29b5 2,203 0.93/1.00 vMB 58
364,874 364,874 000000000000000005c026fcd0b5eab2abab70d367f78f5e64d4dc565ebba394 1,287 0.93/1.00 vMB 30
364,873 364,873 00000000000000000a3b280dc91f6d9efee96d56af12a18b5702d6203e3332ab 3,418 0.95/1.00 vMB 116
364,872 364,872 0000000000000000142d68039747b70bc5eca0113fc349d396679630b421bb40 969 0.93/1.00 vMB 30
364,871 364,871 0000000000000000132c018cd5294fdd2a0a85732a7ab7ab9fffdd9279c07266 1,007 1.00/1.00 vMB 32
364,870 364,870 00000000000000000e5e6c456630aa7e00c783bea5b56f79c570e101bb6db4df 1,507 1.00/1.00 vMB 42
364,869 364,869 00000000000000000761ddfcabc066e809336659bb34ae9663df8e9fa86c500a 1,383 0.75/1.00 vMB 49
364,868 364,868 000000000000000006909680acefb7ae751b9e6ccf007362dd6738331ad5b1b8 2,360 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.25 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: 655.53 GB
    • Received: 14.32 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.