Loading Tool

Explorer IconExplorer

Memory Pool

80,033 transactions
30.29 vMB
0.08195409 BTC
Random Selection Loading Transactions
Max Size: 184.74/200 MB

Candidate Block

Mining Attempt 5705e46bd6703fb3f3291c2087225658e9dfa3a980b89f68fd0daea6e4bff64a
Version 20000000
Previous Block 00000000000000000001c1327761627b0bb77a5dee322637997a15b4cf449986
Merkle Root 3f81779f8dfe686d75b442ebd07ce570eb846c2c017fb21f648aac117d577f80
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,714
Size: 1.00 vMB
Total Fees: 0.01408189 BTC
Feerates: 73.20 > 1.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,373 (482,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,349 433,349 0000000000000000048b33ba411495e9c3b115b13e901d5e3696acffa90d9e4b 2,199 0.93/1.00 vMB 39
433,348 433,348 00000000000000000082dd442bb4b78486a6d69e32c326c97ab4c0dc5e911ea2 1,244 0.56/1.00 vMB 56
433,347 433,347 000000000000000000268e2d770968e32a5973fd5818e94264e0df1c0b4b8891 893 0.40/1.00 vMB 19
433,346 433,346 000000000000000003df1f348970d0fa5d2a257a820fb1e766ef80c7df15fa55 629 0.45/1.00 vMB 39
433,345 433,345 000000000000000001c6da5fac16d735b386af12b2a5a56cae26f87ad6c06c73 2,173 1.00/1.00 vMB 54
433,344 433,344 000000000000000001081f91bfb21f9e5d79f01373766a4d1fa82adf6be0ed00 2,745 1.00/1.00 vMB 71
433,343 433,343 000000000000000004240a39fa6c34f3009b1a32f978767b3a7de0274e203392 1,198 0.73/1.00 vMB 51
433,342 433,342 00000000000000000414516918fdc6df54881c9d918a42fcde63d69fe470ad7a 1,608 0.84/1.00 vMB 45
433,341 433,341 00000000000000000327102dc3ddb510b2495ed561eedcafcdcf0b417103efdf 2,624 1.00/1.00 vMB 70
433,340 433,340 0000000000000000033e3c1c402abb6d3ed49b3f4ac62649f5ede4186b2ab59a 1,915 1.00/1.00 vMB 28
433,339 433,339 0000000000000000038c83f3516969dab01bd7f081271b98a7d7d9182816bcd8 1,819 1.00/1.00 vMB 36
433,338 433,338 000000000000000003d0bc7a99db489df9b461c3836ccf850d70e627eac58152 2,310 1.00/1.00 vMB 58
433,337 433,337 0000000000000000030db510313060f4742b6d4acd816fb6e9f9014d29abe21d 2,241 1.00/1.00 vMB 57
433,336 433,336 000000000000000001be1498f30f6fc839bb385fcffb06ad56baef74be923d05 2,121 0.99/1.00 vMB 58
433,335 433,335 0000000000000000026940f09fdd2b741b64c1d98601e2eaaf29a0d99ef92248 2,688 0.99/1.00 vMB 61
433,334 433,334 000000000000000003484e9055ef1af62cfbe4d867857f94cca7847200d5c764 2,930 1.00/1.00 vMB 69
433,333 433,333 000000000000000004339fc0694132100b444cb89fc54bd798307c72ebb5fb7a 3,067 1.00/1.00 vMB 76
433,332 433,332 0000000000000000036b3a9b1f567863eea53cef72cb0a1cffc8cabae8765994 2,884 1.00/1.00 vMB 91
433,331 433,331 00000000000000000025c2d7f7754403820f070780596131fed672903ea3c769 2,725 1.00/1.00 vMB 69
433,330 433,330 000000000000000001a750284025e81a774c82c73ae167aa2ee8c8264a4bf637 1,536 1.00/1.00 vMB 38
433,329 433,329 00000000000000000359b2bb56682925b0020477a9bd0aa3b0cb66153698a5b6 1,531 0.99/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 783.04 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: 719.66 GB
    • Received: 18.12 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.