Loading Tool

Explorer IconExplorer

Memory Pool

80,903 transactions
29.46 vMB
0.07838640 BTC
Random Selection Loading Transactions
Max Size: 179.34/200 MB

Candidate Block

Mining Attempt 15308714a9d214cdd7c95f09ea6fd99badcd1cde57cf18a5fffbac90d2a75f13
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root ba4eba9a68ddd721be5050770372a6f650fcd315a0d34b9ea8e84ae9346ad1c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,407
Size: 1.00 vMB
Total Fees: 0.01649970 BTC
Feerates: 100.53 > 1.65 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (292,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,774 622,774 000000000000000000056633aeaa6b8e2a63cdbcf22ad250342dbfd38ffb7ac8 1,395 0.62/1.00 vMB 21
622,773 622,773 0000000000000000000ddfb9321d6167de96c044b4e8b4b4c25d6001a3c5b6fb 2,965 1.00/1.00 vMB 11
622,772 622,772 000000000000000000066349dccd6ea972484ea04522c373fbbab23a2464202e 2,441 1.00/1.00 vMB 63
622,771 622,771 0000000000000000000f93475c425d06da7a87388101d4fd9f258fa89fb89fb3 2,316 1.00/1.00 vMB 56
622,770 622,770 0000000000000000000b3f5fbb3e3d148abeb5ece67ce839b56b09970276eb43 1,868 1.00/1.00 vMB 22
622,769 622,769 0000000000000000000ee5b4ebcba16b61dcfd93793bacee37e1bf4e3c1642e0 1,997 1.00/1.00 vMB 30
622,768 622,768 0000000000000000000bc32e2c2d44c4a60fbbf26f2e5a6a6c8bdeea16edbf0c 2,127 1.00/1.00 vMB 33
622,767 622,767 0000000000000000000254ec2f87e29ffc7b995d265a2f329e4816687c1d753e 1,680 1.00/1.00 vMB 22
622,766 622,766 00000000000000000009fc9f95a748be7eea20b583c6607209113411ecaf14c4 664 1.00/1.00 vMB 12
622,765 622,765 0000000000000000000c1870de003bd4e4cb6f2092e9e2d93aaf6d07e4ed0ee0 789 1.00/1.00 vMB 9
622,764 622,764 0000000000000000000462d5db014f6506ed64447b6b43ff6bde8ad0c3d8171d 983 1.00/1.00 vMB 12
622,763 622,763 00000000000000000002e45f498201872af4c17f939577be343d3ce97be1e68f 1,657 1.00/1.00 vMB 26
622,762 622,762 000000000000000000078fbc77e0c5e2b10ade8880a265c140e6e36d29b2da29 2,218 1.00/1.00 vMB 12
622,761 622,761 0000000000000000000942b73414045b196224a78afa4b2d85547d73cdf51cc7 2,663 1.00/1.00 vMB 37
622,760 622,760 000000000000000000022aceee1b26546e07622314ccfbe1e60832998d17c4b1 2,775 1.00/1.00 vMB 69
622,759 622,759 0000000000000000001096be2550a963fe909581b511ce019c62be712c7bfe34 1,716 0.59/1.00 vMB 11
622,758 622,758 0000000000000000000489dd4654700d80f2aeb6d6aa522e5384ec004ce4bee9 1,829 1.00/1.00 vMB 56
622,757 622,757 00000000000000000002d52683a58cd4d49ae166efc504c5f3e8e656c8acb97a 1,317 0.56/1.00 vMB 10
622,756 622,756 0000000000000000000c07f267f460b01dcf8d658b903645c66c96359fc413bb 2,466 1.00/1.00 vMB 25
622,755 622,755 0000000000000000000fc2062d710c55903b775adfea7623c57fe554879477f9 2,698 1.00/1.00 vMB 66
622,754 622,754 000000000000000000007e499b0c4618b3c3322331229ab92055734b5345bf04 999 0.77/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.54 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: 669.01 GB
    • Received: 15.71 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.