Memory Pool Memory Pool Refreshing

35,371 transactions
31.46 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,026 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 2,659 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,025 (719,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
143,418 143,418 00000000000000614912025def39262344524183c08fa2c9012ed523b24b68e7 0.01 MB 18 90
143,417 143,417 000000000000084b7a8c389296bfe9fc3dd513cece3cc1b46b6ae7c26f3a73dd 0.03 MB 88 252
143,416 143,416 00000000000007e0b400fc3a79c16e2a666f5e225317598a411bb22cf0372771 0.00 MB 18 223
143,415 143,415 00000000000007a2c623bf36d49bb60b5205d512f424e76cefd9074b1f7eac3c 0.03 MB 90 321
143,414 143,414 0000000000000618b7cda1bddf5c6fa7f2ed84567c748cc6fbf872d89fbdd4d3 0.00 MB 5 268
143,413 143,413 000000000000095d938c10ccf65cb972b640f2b8a560c38a8659630ed6244f31 0.00 MB 8 77
143,412 143,412 00000000000005143b672e721502cee7c99800f55e19f6de898c00ea3d4e6bd8 0.04 MB 62 385
143,411 143,411 0000000000000722df4868003a1a2e694c3b0b90514c224380fbe76c3b1b0d73 0.05 MB 141 86
143,410 143,410 00000000000001fe7fd7c2db2d4a7168698900f46bd5c4b388b3e07994036415 0.00 MB 13 477
143,409 143,409 00000000000008d66d641154f7cc11dce55dd0385f658cc35f57f77037a0bcee 0.05 MB 103 103
143,408 143,408 00000000000003a04ee0f7601784953ae091be5375bfa42c7611578ed9454cfa 0.01 MB 11 77
143,407 143,407 00000000000008debbd79abf8875f96f770fda36d1a24ff8b90354fcb97102f9 0.02 MB 56 382
143,406 143,406 000000000000076d87bb9613635889a7a3c48a54a9d1afebcdf84ba728bfc513 0.04 MB 120 156
143,405 143,405 00000000000000016b572b7a373b2695e48ebe62ce280757a413611ed79adba5 0.05 MB 127 220
143,404 143,404 0000000000000558abd961ba876acf1f91bfe211ccb9e3eb9bd961498bc1ff3b 0.00 MB 7 361
143,403 143,403 00000000000006d0c36ff898b9ab640687b3ed6383e38ff6c55de3e5902bd491 0.01 MB 37 299
143,402 143,402 000000000000094bf525bcd91b6b2bdc9a19abd5866353f419b622efaccf77d6 0.00 MB 7 157
143,401 143,401 00000000000007aea09857e7ac52f612ea35d24fd09e616c58b65963da5dd2f5 0.01 MB 14 222
143,400 143,400 00000000000005e12d1978728b97c85aa217a0deaff8864cd978046cbbd7a3e2 0.02 MB 40 282
143,399 143,399 000000000000033d5a5efe5e560cd51550f145e6d1cfc1d948e1891ea8b249bd 0.03 MB 86 248
143,398 143,398 000000000000043f40c3bb409532d0a2981864ec6ab7c22011e8f6bc858fa64b 0.01 MB 21 305
Previous 10 blocks ↓
Total Size: 686.14 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,416.25 GB sent, 113.04 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.