Loading Tool

Explorer IconExplorer

Memory Pool

79,260 transactions
29.73 vMB
0.07608869 BTC
Random Selection Loading Transactions
Max Size: 178.23/200 MB

Candidate Block

Mining Attempt 03f381930178540edf66764e565e0293d7dcb3a3aa5d18a485e05f952fe4fb36
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root fcf44551b80b8c2466fd2386ee9f7f2de45f46f7e14278abe3a43dae2d1ebbcd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,668
Size: 1.00 vMB
Total Fees: 0.01554480 BTC
Feerates: 150.77 > 1.56 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (455,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,219 459,219 000000000000000000f342c87974423a3149869957f457be8d947ca4c9eb9aa7 2,297 1.00/1.00 vMB 186
459,218 459,218 0000000000000000003f9050c9b021ffd1c4614e7594c073046a52bd43bd5a11 2,081 1.00/1.00 vMB 205
459,217 459,217 000000000000000002354da9cfd2bae05d4069442a0b61cba7b5abc08cfed05f 2,694 1.00/1.00 vMB 234
459,216 459,216 000000000000000000b821eb960dbe50187869f55a9be223f88a30a075f58e18 2,355 1.00/1.00 vMB 222
459,215 459,215 00000000000000000109a0e0e8e4f830f564f6bd55baeaad8eaf458e66250361 2,499 1.00/1.00 vMB 221
459,214 459,214 000000000000000000a49e8da2fc4fb5bf453606bcd39fb69bf4292233191cab 2,487 1.00/1.00 vMB 212
459,213 459,213 00000000000000000047e5c8f23648bd6a6a63514faf8c7f94afa5bec6f52557 1,967 1.00/1.00 vMB 304
459,212 459,212 000000000000000000af21fda138b0aa14fdc93347c988d00e3633a9fc700c0f 2,392 1.00/1.00 vMB 344
459,211 459,211 0000000000000000021c7d0bba45599f5da4f1b912a9ec8e241151af9f87dccf 1 0.00/1.00 vMB 0
459,210 459,210 00000000000000000050f07b3188f90b18ba6c8331aa8fa3a54cd7bb2d8ec5b9 2,300 1.00/1.00 vMB 233
459,209 459,209 000000000000000001233ce776f4646fb4e3434ae0b57bac5d26546ffc5c302f 1,921 1.00/1.00 vMB 252
459,208 459,208 00000000000000000147d77e3e5c1fc8c99136379a60ce1626ac67e167323385 1,823 1.00/1.00 vMB 248
459,207 459,207 000000000000000000ce3778d610a1be4c8be99adc9e7c5efcb6bdb30f071b83 1,783 1.00/1.00 vMB 254
459,206 459,206 00000000000000000200e1486400a2f6c8ec11bd4430e823f749e20cd4002cb4 1,375 1.00/1.00 vMB 249
459,205 459,205 00000000000000000225ddbb82d8e872b661f2b81c41b945c007a123573a6fae 1,491 1.00/1.00 vMB 330
459,204 459,204 0000000000000000013b6fabfb64fb8de8d0f6e661f44aea7c7699ede0396f6f 520 1.00/1.00 vMB 237
459,203 459,203 000000000000000000c104c1458582ac2cf1971e330be625fbb8b836bd9548ed 572 0.99/1.00 vMB 240
459,202 459,202 00000000000000000135d655423d295684ba86dc040018e1f9f976fb0dc0aaf5 1,064 1.00/1.00 vMB 244
459,201 459,201 000000000000000001cec8f94de34caa5c2cb684b9d77955f39143d7eeb6da31 928 1.00/1.00 vMB 212
459,200 459,200 000000000000000001babba17cbf7a460f66dacccfbab9ac4c7a118d16279aad 1,323 1.00/1.00 vMB 247
459,199 459,199 00000000000000000131d5be8edb8b3575071caa0205bf6d1af8b854a41b059b 2,971 0.99/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 782.38 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: 664.45 GB
    • Received: 14.98 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.