Memory Pool Memory Pool Refreshing

2,465 transactions
0.89 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.88 vMB 2,465 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (448,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
459,217 459,217 000000000000000002354da9cfd2bae05d4069442a0b61cba7b5abc08cfed05f 1.00 MB 2,694 234
459,216 459,216 000000000000000000b821eb960dbe50187869f55a9be223f88a30a075f58e18 1.00 MB 2,355 222
459,215 459,215 00000000000000000109a0e0e8e4f830f564f6bd55baeaad8eaf458e66250361 1.00 MB 2,499 221
459,214 459,214 000000000000000000a49e8da2fc4fb5bf453606bcd39fb69bf4292233191cab 1.00 MB 2,487 212
459,213 459,213 00000000000000000047e5c8f23648bd6a6a63514faf8c7f94afa5bec6f52557 1.00 MB 1,967 304
459,212 459,212 000000000000000000af21fda138b0aa14fdc93347c988d00e3633a9fc700c0f 1.00 MB 2,392 344
459,211 459,211 0000000000000000021c7d0bba45599f5da4f1b912a9ec8e241151af9f87dccf 0.00 MB 1 0
459,210 459,210 00000000000000000050f07b3188f90b18ba6c8331aa8fa3a54cd7bb2d8ec5b9 1.00 MB 2,300 233
459,209 459,209 000000000000000001233ce776f4646fb4e3434ae0b57bac5d26546ffc5c302f 1.00 MB 1,921 252
459,208 459,208 00000000000000000147d77e3e5c1fc8c99136379a60ce1626ac67e167323385 1.00 MB 1,823 248
459,207 459,207 000000000000000000ce3778d610a1be4c8be99adc9e7c5efcb6bdb30f071b83 1.00 MB 1,783 254
459,206 459,206 00000000000000000200e1486400a2f6c8ec11bd4430e823f749e20cd4002cb4 1.00 MB 1,375 249
459,205 459,205 00000000000000000225ddbb82d8e872b661f2b81c41b945c007a123573a6fae 1.00 MB 1,491 330
459,204 459,204 0000000000000000013b6fabfb64fb8de8d0f6e661f44aea7c7699ede0396f6f 1.00 MB 520 237
459,203 459,203 000000000000000000c104c1458582ac2cf1971e330be625fbb8b836bd9548ed 0.99 MB 572 240
459,202 459,202 00000000000000000135d655423d295684ba86dc040018e1f9f976fb0dc0aaf5 1.00 MB 1,064 244
459,201 459,201 000000000000000001cec8f94de34caa5c2cb684b9d77955f39143d7eeb6da31 1.00 MB 928 212
459,200 459,200 000000000000000001babba17cbf7a460f66dacccfbab9ac4c7a118d16279aad 1.00 MB 1,323 247
459,199 459,199 00000000000000000131d5be8edb8b3575071caa0205bf6d1af8b854a41b059b 0.99 MB 2,971 133
459,198 459,198 0000000000000000016970fd86f2de3ee0c9a4c070403401fa0628be8f54bb2d 0.78 MB 1,643 167
459,197 459,197 0000000000000000023f6e00a9d4cc8984308bc79b4dcfacf2927590ebaab946 1.00 MB 2,551 189
Previous 10 blocks ↓
Total Size: 769.10 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,629.22 GB sent, 93.42 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.