Memory Pool Memory Pool Refreshing

4,492 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,226 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (99,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
808,269 808,269 0000000000000000000407a42cc0d76b58de55d78f823998ea8e398dd984fe7f 1.68 MB 3,508 30
808,268 808,268 00000000000000000004666d2a0a02e966a04d7de346fbbe5805cbcba30b21a1 1.63 MB 3,864 24
808,267 808,267 000000000000000000008d85990752ce46e690624bfbb5a247d559dcc981174d 1.64 MB 3,858 33
808,266 808,266 000000000000000000028fe6ef8f87cd7d1e2a6aa3805dc66692fc99301bb4ae 2.08 MB 5,443 23
808,265 808,265 000000000000000000014b07d1f984ada0102408f2d1966f5825e0e330206e14 1.98 MB 4,662 26
808,264 808,264 0000000000000000000057c936e13c36ea51397fd13d3a50a7e2fd3a2a92b480 1.70 MB 4,180 25
808,263 808,263 00000000000000000001937ccd7fc7e6994fb90548c6b22c98b2f26fedcd4b57 1.99 MB 6,116 25
808,262 808,262 00000000000000000001bd6a29dafd6b49e5e859176476293b9cdbef68f3c092 1.59 MB 3,502 29
808,261 808,261 000000000000000000014aff1b9c0bc92efa4d7fefd0e4541d70e04a16ebefe8 1.90 MB 5,458 24
808,260 808,260 00000000000000000002b94aa8bfc834422ce2c7abc1be106190ba3e9f5d028e 1.77 MB 4,225 28
808,259 808,259 000000000000000000000b24b7425ea243c25865e82dc3f0c683a897153674e9 1.49 MB 2,808 27
808,258 808,258 00000000000000000000adab79044caafccf82a645a65c9325ef985fbf1a7c94 1.73 MB 4,053 26
808,257 808,257 000000000000000000037961ad6556711dafda0b1dddfe0831fa1b80dff49565 1.73 MB 3,844 23
808,256 808,256 00000000000000000004fe8b30f7ea6f0dc139fdb528d86a64e0479b1052d026 1.77 MB 4,609 24
808,255 808,255 00000000000000000000e598454b9831978216b97c9b336554829a044279d552 1.75 MB 4,000 26
808,254 808,254 00000000000000000003cba32156f0a4e07540ce3c5cf0c90ca97dd599f20f69 1.94 MB 4,932 27
808,253 808,253 00000000000000000002551a4dacbc00b94e72e3b9c6ac414971dae111605126 1.77 MB 4,758 26
808,252 808,252 0000000000000000000246c9abb5ca9ebd2271e986ea11bb9ca4e253db3de856 1.38 MB 2,581 21
808,251 808,251 00000000000000000001465a53d2b1fa18a822325705ad4607eacf3f50513235 1.80 MB 4,686 25
808,250 808,250 00000000000000000001fe9c72b4e49a483c864c28755678621a1a229a950013 1.96 MB 5,851 25
808,249 808,249 000000000000000000038abd171e5fff830f4c6a02e78d2c32f0feaece7d2d8e 2.08 MB 5,569 25
Previous 10 blocks ↓
Total Size: 769.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,631.23 GB sent, 93.55 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.